#812E0C

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

Shades of Saddle Brown #812E0C

Tints of Saddle Brown #812E0C

Color information

#812E0C (or 0x812E0C) is unknown color: approx Saddle Brown. HEX triplet: 81, 2E and 0C. RGB value is (129,46,12). Sum of RGB (Red+Green+Blue) = 129+46+12=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #812E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812E0C is #7ED1F3. Grayscale: #434343. Windows color (decimal): -8311284 or 798337. OLE color: 798337.

HSL color Cylindrical-coordinate representation of color #812E0C: hue angle of 17.44º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #812E0C is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1294612-
CMYK00.640.910.49
HSL17.44º82.98%27.65%-
HSV(B)17.44º90.7%50.59%-
XYZ10.16.651.1-
YUV66.9497172.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.98%
GREEN value IS 46 (18.36% from 255) = 24.60%
BLUE value IS 12 (5.08% from 255) = 6.42%
R=68.98%
G=24.60%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129461200.640.910.4917.4482.9827.65
Hex812EC0405B3111531c
Octal20156140100133612112334
Binary10000001101110110001000000101101111000110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812E0C; }

 p { color: rgb(129,46,12); }

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

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

 a { background-color: rgb(129,46,12); }

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

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

 span { border-color: rgb(129,46,12); }

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