#8B2A06

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

Shades of Saddle Brown #8B2A06

Tints of Saddle Brown #8B2A06

Color information

#8B2A06 (or 0x8B2A06) is unknown color: approx Saddle Brown. HEX triplet: 8B, 2A and 06. RGB value is (139,42,6). Sum of RGB (Red+Green+Blue) = 139+42+6=187 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.33% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2A06 is #74D5F9. Grayscale: #434343. Windows color (decimal): -7656954 or 404107. OLE color: 404107.

HSL color Cylindrical-coordinate representation of color #8B2A06: hue angle of 16.24º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B2A06 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB139426-
CMYK00.700.960.45
HSL16.24º91.72%28.43%-
HSV(B)16.24º95.68%54.51%-
XYZ11.517.160.95-
YUV66.993.64179.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 74.33%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 6 (2.73% from 255) = 3.21%
R=74.33%
G=22.46%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13942600.700.960.4516.2491.7228.43
Hex8B2A6046602D105c1c
Octal2135260106140552013434
Binary1000101110101011001000110110000010110110000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,42,6); }

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

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

 a { background-color: rgb(139,42,6); }

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

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

 span { border-color: rgb(139,42,6); }

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