#8B4B0A

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

Shades of Saddle Brown #8B4B0A

Tints of Saddle Brown #8B4B0A

Color information

#8B4B0A (or 0x8B4B0A) is unknown color: approx Saddle Brown. HEX triplet: 8B, 4B and 0A. RGB value is (139,75,10). Sum of RGB (Red+Green+Blue) = 139+75+10=224 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.05% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4B0A is #74B4F5. Grayscale: #575757. Windows color (decimal): -7648502 or 674699. OLE color: 674699.

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

Color convert

RGB1397510-
CMYK00.460.930.45
HSL30.23º86.58%29.22%-
HSV(B)30.23º92.81%54.51%-
XYZ13.2210.541.63-
YUV86.7384.7165.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.05%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 10 (4.30% from 255) = 4.46%
R=62.05%
G=33.48%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139751000.460.930.4530.2386.5829.22
Hex8B4BA02E5D2D1e571d
Octal21311312056135553612735
Binary10001011100101110100101110101110110110111110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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