#8A470F

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

Shades of Saddle Brown #8A470F

Tints of Saddle Brown #8A470F

Color information

#8A470F (or 0x8A470F) is unknown color: approx Saddle Brown. HEX triplet: 8A, 47 and 0F. RGB value is (138,71,15). Sum of RGB (Red+Green+Blue) = 138+71+15=224 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.61% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 138 - color contains mainly: red. Hex color #8A470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A470F is #75B8F0. Grayscale: #545454. Windows color (decimal): -7715057 or 1001354. OLE color: 1001354.

HSL color Cylindrical-coordinate representation of color #8A470F: hue angle of 27.32º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A470F is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB1387115-
CMYK00.490.890.46
HSL27.32º80.39%30%-
HSV(B)27.32º89.13%54.12%-
XYZ12.829.941.7-
YUV84.6588.7166.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.61%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=61.61%
G=31.70%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138711500.490.890.4627.3280.3930
Hex8A47F031592E1b501e
Octal21210717061131563312036
Binary10001010100011111110110001101100110111011011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A470F; }

 p { color: rgb(138,71,15); }

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

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

 a { background-color: rgb(138,71,15); }

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

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

 span { border-color: rgb(138,71,15); }

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