#8B490A

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

Shades of Saddle Brown #8B490A

Tints of Saddle Brown #8B490A

Color information

#8B490A (or 0x8B490A) is unknown color: approx Saddle Brown. HEX triplet: 8B, 49 and 0A. RGB value is (139,73,10). Sum of RGB (Red+Green+Blue) = 139+73+10=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B490A is #74B6F5. Grayscale: #555555. Windows color (decimal): -7649014 or 674187. OLE color: 674187.

HSL color Cylindrical-coordinate representation of color #8B490A: hue angle of 29.3º 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 #8B490A is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB1397310-
CMYK00.470.930.45
HSL29.3º86.58%29.22%-
HSV(B)29.3º92.81%54.51%-
XYZ13.0810.281.58-
YUV85.5585.37166.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.61%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 10 (4.30% from 255) = 4.50%
R=62.61%
G=32.88%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139731000.470.930.4529.386.5829.22
Hex8B49A02F5D2D1d571d
Octal21311112057135553512735
Binary10001011100100110100101111101110110110111101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B490A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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