Shades of Saddle Brown #854B0B
Tints of Saddle Brown #854B0B
RGB
CMYK
RGB Variations
Color information
#854B0B (or 0x854B0B) is known color: Saddle Brown. HEX triplet: 85, 4B and 0B. RGB value is (133,75,11). Sum of RGB (Red+Green+Blue) = 133+75+11=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #854B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854B0B is #7AB4F4. Grayscale: #555555. Windows color (decimal): -8041717 or 740229. OLE color: 740229.
HSL color Cylindrical-coordinate representation of color #854B0B: hue angle of 31.48º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #854B0B is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 75 | 11 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.48 |
| HSL | 31.48º | 0.85% | 0.28% | - |
| HSV(B) | 31.48º | 0.92% | 0.52% | - |
| XYZ | 12.25 | 10.04 | 1.61 | - |
| YUV | 85.05 | 86.22 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 11 | 0 | 0.44 | 0.92 | 0.48 | 31.48 | 0.85 | 0.28 |
| Hex | 85 | 4B | B | 0 | 2C | 5C | 30 | 1F | 55 | 1C |
| Octal | 205 | 113 | 13 | 0 | 54 | 134 | 60 | 37 | 125 | 34 |
| Binary | 10000101 | 1001011 | 1011 | 0 | 101100 | 1011100 | 110000 | 11111 | 1010101 | 11100 |
Color Harmonies of #854B0B
Complementary color
Monochromatic Colors of #854B0B
Black with #854B0B
Text Example
Text Example
White with #854B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B0B; }
p { color: rgb(133,75,11); }
H1.HeaderClassName
{
color: #854B0B;
}
.AnyTagClassName
{
color: #854B0B;
}
</style>
background-color css
<style>
a { background-color: #854B0B; }
a { background-color: rgb(133,75,11); }
div.DivClassName
{
background-color: #854B0B;
}
.BgClassName
{
background-color: #854B0B;
}
</style>
border-color css
<style>
span { border-color: #854B0B; }
span { border-color: rgb(133,75,11); }
td.TdClassName
{
border-color: #854B0B;
}
.TagClassName
{
border-color: #854B0B;
}
</style>