#8a470a

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

Shades of Saddle Brown #8A470A

Tints of Saddle Brown #8A470A

Color information

#8A470A (or 0x8A470A) is unknown color: approx Saddle Brown. HEX triplet: 8A, 47 and 0A. RGB value is (138,71,10). Sum of RGB (Red+Green+Blue) = 138+71+10=219 (29% of max value = 765). Red value is 138 (54.30% from 255 or 63.01% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 138 - color contains mainly: red. Hex color #8A470A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A470A is #75B8F5. Grayscale: #545454. Windows color (decimal): -7715062 or 673674. OLE color: 673674.

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

Color convert

RGB1387110-
CMYK00.490.930.46
HSL28.59º86.49%29.02%-
HSV(B)28.59º92.75%54.12%-
XYZ12.799.931.53-
YUV84.0886.2166.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.01%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=63.01%
G=32.42%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138711000.490.930.4628.5986.4929.02
Hex8A47A0315D2E1d561d
Octal21210712061135563512635
Binary10001010100011110100110001101110110111011101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a470a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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