Shades of Saddle Brown #8B5402
Tints of Saddle Brown #8B5402
RGB
CMYK
RGB Variations
Color information
#8B5402 (or 0x8B5402) is known color: Saddle Brown. HEX triplet: 8B, 54 and 02. RGB value is (139,84,2). Sum of RGB (Red+Green+Blue) = 139+84+2=225 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.78% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5402 is #74ABFD. Grayscale: #5B5B5B. Windows color (decimal): -7646206 or 152715. OLE color: 152715.
HSL color Cylindrical-coordinate representation of color #8B5402: hue angle of 35.91º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B5402 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 84 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.45 |
| HSL | 35.91º | 0.97% | 0.28% | - |
| HSV(B) | 35.91º | 0.99% | 0.55% | - |
| XYZ | 13.83 | 11.83 | 1.61 | - |
| YUV | 91.1 | 77.72 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 2 | 0 | 0.40 | 0.99 | 0.45 | 35.91 | 0.97 | 0.28 |
| Hex | 8B | 54 | 2 | 0 | 28 | 63 | 2D | 24 | 61 | 1C |
| Octal | 213 | 124 | 2 | 0 | 50 | 143 | 55 | 44 | 141 | 34 |
| Binary | 10001011 | 1010100 | 10 | 0 | 101000 | 1100011 | 101101 | 100100 | 1100001 | 11100 |
Color Harmonies of #8B5402
Complementary color
Monochromatic Colors of #8B5402
Black with #8B5402
Text Example
Text Example
White with #8B5402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5402; }
p { color: rgb(139,84,2); }
H1.HeaderClassName
{
color: #8B5402;
}
.AnyTagClassName
{
color: #8B5402;
}
</style>
background-color css
<style>
a { background-color: #8B5402; }
a { background-color: rgb(139,84,2); }
div.DivClassName
{
background-color: #8B5402;
}
.BgClassName
{
background-color: #8B5402;
}
</style>
border-color css
<style>
span { border-color: #8B5402; }
span { border-color: rgb(139,84,2); }
td.TdClassName
{
border-color: #8B5402;
}
.TagClassName
{
border-color: #8B5402;
}
</style>