#813812

Color #813812 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #813812

Tints of Saddle Brown #813812

Color information

#813812 (or 0x813812) is unknown color: approx Saddle Brown. HEX triplet: 81, 38 and 12. RGB value is (129,56,18). Sum of RGB (Red+Green+Blue) = 129+56+18=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #813812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813812 is #7EC7ED. Grayscale: #494949. Windows color (decimal): -8308718 or 1194113. OLE color: 1194113.

HSL color Cylindrical-coordinate representation of color #813812: hue angle of 20.54º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #813812 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1295618-
CMYK00.570.860.49
HSL20.54º75.51%28.82%-
HSV(B)20.54º86.05%50.59%-
XYZ10.587.541.47-
YUV73.596.68167.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 63.55%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=63.55%
G=27.59%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129561800.570.860.4920.5475.5128.82
Hex8138120395631154c1d
Octal2017022071126612511435
Binary10000001111000100100111001101011011000110101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813812; }

 p { color: rgb(129,56,18); }

 H1.HeaderClassName
 {
   color: #813812;
 }
 .AnyTagClassName
 {
   color: #813812;
 }
</style>
background-color css

<style>
 a { background-color: #813812; }

 a { background-color: rgb(129,56,18); }

 div.DivClassName
 {
   background-color: #813812;
 }
 .BgClassName
 {
   background-color: #813812;
 }
</style>
border-color css

<style>
 span { border-color: #813812; }

 span { border-color: rgb(129,56,18); }

 td.TdClassName
 {
   border-color: #813812;
 }
 .TagClassName
 {
   border-color: #813812;
 }
</style>