Shades of Saddle Brown #8B4302
Tints of Saddle Brown #8B4302
RGB
CMYK
RGB Variations
Color information
#8B4302 (or 0x8B4302) is known color: Saddle Brown. HEX triplet: 8B, 43 and 02. RGB value is (139,67,2). Sum of RGB (Red+Green+Blue) = 139+67+2=208 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.83% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4302 is #74BCFD. Grayscale: #515151. Windows color (decimal): -7650558 or 148363. OLE color: 148363.
HSL color Cylindrical-coordinate representation of color #8B4302: hue angle of 28.47º 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 #8B4302 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 67 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.45 |
| HSL | 28.47º | 0.97% | 0.28% | - |
| HSV(B) | 28.47º | 0.99% | 0.55% | - |
| XYZ | 12.67 | 9.51 | 1.23 | - |
| YUV | 81.12 | 83.35 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 67 | 2 | 0 | 0.52 | 0.99 | 0.45 | 28.47 | 0.97 | 0.28 |
| Hex | 8B | 43 | 2 | 0 | 34 | 63 | 2D | 1C | 61 | 1C |
| Octal | 213 | 103 | 2 | 0 | 64 | 143 | 55 | 34 | 141 | 34 |
| Binary | 10001011 | 1000011 | 10 | 0 | 110100 | 1100011 | 101101 | 11100 | 1100001 | 11100 |
Color Harmonies of #8B4302
Complementary color
Monochromatic Colors of #8B4302
Black with #8B4302
Text Example
Text Example
White with #8B4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4302; }
p { color: rgb(139,67,2); }
H1.HeaderClassName
{
color: #8B4302;
}
.AnyTagClassName
{
color: #8B4302;
}
</style>
background-color css
<style>
a { background-color: #8B4302; }
a { background-color: rgb(139,67,2); }
div.DivClassName
{
background-color: #8B4302;
}
.BgClassName
{
background-color: #8B4302;
}
</style>
border-color css
<style>
span { border-color: #8B4302; }
span { border-color: rgb(139,67,2); }
td.TdClassName
{
border-color: #8B4302;
}
.TagClassName
{
border-color: #8B4302;
}
</style>