#81470C

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

Shades of Saddle Brown #81470C

Tints of Saddle Brown #81470C

Color information

#81470C (or 0x81470C) is unknown color: approx Saddle Brown. HEX triplet: 81, 47 and 0C. RGB value is (129,71,12). Sum of RGB (Red+Green+Blue) = 129+71+12=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #81470C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81470C is #7EB8F3. Grayscale: #515151. Windows color (decimal): -8304884 or 804737. OLE color: 804737.

HSL color Cylindrical-coordinate representation of color #81470C: hue angle of 30.26º 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 #81470C is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1297112-
CMYK00.450.910.49
HSL30.26º82.98%27.65%-
HSV(B)30.26º90.7%50.59%-
XYZ11.379.21.52-
YUV81.6288.72161.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.85%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 12 (5.08% from 255) = 5.66%
R=60.85%
G=33.49%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129711200.450.910.4930.2682.9827.65
Hex8147C02D5B311e531c
Octal20110714055133613612334
Binary10000001100011111000101101101101111000111110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81470C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81470C; }

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

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

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

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

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

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

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

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