Shades of Saddle Brown #8B2F09
Tints of Saddle Brown #8B2F09
RGB
CMYK
RGB Variations
Color information
#8B2F09 (or 0x8B2F09) is known color: Saddle Brown. HEX triplet: 8B, 2F and 09. RGB value is (139,47,9). Sum of RGB (Red+Green+Blue) = 139+47+9=195 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.28% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2F09 is #74D0F6. Grayscale: #464646. Windows color (decimal): -7655671 or 601995. OLE color: 601995.
HSL color Cylindrical-coordinate representation of color #8B2F09: hue angle of 17.54º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B2F09 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 47 | 9 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.45 |
| HSL | 17.54º | 0.88% | 0.29% | - |
| HSV(B) | 17.54º | 0.94% | 0.55% | - |
| XYZ | 11.71 | 7.54 | 1.1 | - |
| YUV | 70.18 | 93.48 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 47 | 9 | 0 | 0.66 | 0.94 | 0.45 | 17.54 | 0.88 | 0.29 |
| Hex | 8B | 2F | 9 | 0 | 42 | 5E | 2D | 12 | 58 | 1D |
| Octal | 213 | 57 | 11 | 0 | 102 | 136 | 55 | 22 | 130 | 35 |
| Binary | 10001011 | 101111 | 1001 | 0 | 1000010 | 1011110 | 101101 | 10010 | 1011000 | 11101 |
Color Harmonies of #8B2F09
Complementary color
Monochromatic Colors of #8B2F09
Black with #8B2F09
Text Example
Text Example
White with #8B2F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2F09; }
p { color: rgb(139,47,9); }
H1.HeaderClassName
{
color: #8B2F09;
}
.AnyTagClassName
{
color: #8B2F09;
}
</style>
background-color css
<style>
a { background-color: #8B2F09; }
a { background-color: rgb(139,47,9); }
div.DivClassName
{
background-color: #8B2F09;
}
.BgClassName
{
background-color: #8B2F09;
}
</style>
border-color css
<style>
span { border-color: #8B2F09; }
span { border-color: rgb(139,47,9); }
td.TdClassName
{
border-color: #8B2F09;
}
.TagClassName
{
border-color: #8B2F09;
}
</style>