#8B4D0A

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

Shades of Saddle Brown #8B4D0A

Tints of Saddle Brown #8B4D0A

Color information

#8B4D0A (or 0x8B4D0A) is unknown color: approx Saddle Brown. HEX triplet: 8B, 4D and 0A. RGB value is (139,77,10). Sum of RGB (Red+Green+Blue) = 139+77+10=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B4D0A is #74B2F5. Grayscale: #585858. Windows color (decimal): -7647990 or 675211. OLE color: 675211.

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

Color convert

RGB1397710-
CMYK00.450.930.45
HSL31.16º86.58%29.22%-
HSV(B)31.16º92.81%54.51%-
XYZ13.3610.821.67-
YUV87.984.04164.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.50%
GREEN value IS 77 (30.47% from 255) = 34.07%
BLUE value IS 10 (4.30% from 255) = 4.42%
R=61.50%
G=34.07%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139771000.450.930.4531.1686.5829.22
Hex8B4DA02D5D2D1f571d
Octal21311512055135553712735
Binary10001011100110110100101101101110110110111111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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