Shades of Saddle Brown #85330B
Tints of Saddle Brown #85330B
RGB
CMYK
RGB Variations
Color information
#85330B (or 0x85330B) is known color: Saddle Brown. HEX triplet: 85, 33 and 0B. RGB value is (133,51,11). Sum of RGB (Red+Green+Blue) = 133+51+11=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #85330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85330B is #7ACCF4. Grayscale: #474747. Windows color (decimal): -8047861 or 734085. OLE color: 734085.
HSL color Cylindrical-coordinate representation of color #85330B: hue angle of 19.67º 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 #85330B is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 51 | 11 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.48 |
| HSL | 19.67º | 0.85% | 0.28% | - |
| HSV(B) | 19.67º | 0.92% | 0.52% | - |
| XYZ | 10.92 | 7.38 | 1.17 | - |
| YUV | 70.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 11 | 0 | 0.62 | 0.92 | 0.48 | 19.67 | 0.85 | 0.28 |
| Hex | 85 | 33 | B | 0 | 3E | 5C | 30 | 14 | 55 | 1C |
| Octal | 205 | 63 | 13 | 0 | 76 | 134 | 60 | 24 | 125 | 34 |
| Binary | 10000101 | 110011 | 1011 | 0 | 111110 | 1011100 | 110000 | 10100 | 1010101 | 11100 |
Color Harmonies of #85330B
Complementary color
Monochromatic Colors of #85330B
Black with #85330B
Text Example
Text Example
White with #85330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85330B; }
p { color: rgb(133,51,11); }
H1.HeaderClassName
{
color: #85330B;
}
.AnyTagClassName
{
color: #85330B;
}
</style>
background-color css
<style>
a { background-color: #85330B; }
a { background-color: rgb(133,51,11); }
div.DivClassName
{
background-color: #85330B;
}
.BgClassName
{
background-color: #85330B;
}
</style>
border-color css
<style>
span { border-color: #85330B; }
span { border-color: rgb(133,51,11); }
td.TdClassName
{
border-color: #85330B;
}
.TagClassName
{
border-color: #85330B;
}
</style>