#8B470A

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

Shades of Saddle Brown #8B470A

Tints of Saddle Brown #8B470A

Color information

#8B470A (or 0x8B470A) is unknown color: approx Saddle Brown. HEX triplet: 8B, 47 and 0A. RGB value is (139,71,10). Sum of RGB (Red+Green+Blue) = 139+71+10=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B470A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B470A is #74B8F5. Grayscale: #545454. Windows color (decimal): -7649526 or 673675. OLE color: 673675.

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

Color convert

RGB1397110-
CMYK00.490.930.45
HSL28.37º86.58%29.22%-
HSV(B)28.37º92.81%54.51%-
XYZ12.9610.021.54-
YUV84.3886.03166.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.18%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 10 (4.30% from 255) = 4.55%
R=63.18%
G=32.27%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139711000.490.930.4528.3786.5829.22
Hex8B47A0315D2D1c571d
Octal21310712061135553412735
Binary10001011100011110100110001101110110110111100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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