Shades of Saddle Brown #853D08
Tints of Saddle Brown #853D08
RGB
CMYK
RGB Variations
Color information
#853D08 (or 0x853D08) is known color: Saddle Brown. HEX triplet: 85, 3D and 08. RGB value is (133,61,8). Sum of RGB (Red+Green+Blue) = 133+61+8=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #853D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853D08 is #7AC2F7. Grayscale: #4C4C4C. Windows color (decimal): -8045304 or 540037. OLE color: 540037.
HSL color Cylindrical-coordinate representation of color #853D08: hue angle of 25.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #853D08 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 8 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.48 |
| HSL | 25.44º | 0.89% | 0.28% | - |
| HSV(B) | 25.44º | 0.94% | 0.52% | - |
| XYZ | 11.39 | 8.34 | 1.24 | - |
| YUV | 76.49 | 89.35 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 8 | 0 | 0.54 | 0.94 | 0.48 | 25.44 | 0.89 | 0.28 |
| Hex | 85 | 3D | 8 | 0 | 36 | 5E | 30 | 19 | 59 | 1C |
| Octal | 205 | 75 | 10 | 0 | 66 | 136 | 60 | 31 | 131 | 34 |
| Binary | 10000101 | 111101 | 1000 | 0 | 110110 | 1011110 | 110000 | 11001 | 1011001 | 11100 |
Color Harmonies of #853D08
Complementary color
Monochromatic Colors of #853D08
Black with #853D08
Text Example
Text Example
White with #853D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D08; }
p { color: rgb(133,61,8); }
H1.HeaderClassName
{
color: #853D08;
}
.AnyTagClassName
{
color: #853D08;
}
</style>
background-color css
<style>
a { background-color: #853D08; }
a { background-color: rgb(133,61,8); }
div.DivClassName
{
background-color: #853D08;
}
.BgClassName
{
background-color: #853D08;
}
</style>
border-color css
<style>
span { border-color: #853D08; }
span { border-color: rgb(133,61,8); }
td.TdClassName
{
border-color: #853D08;
}
.TagClassName
{
border-color: #853D08;
}
</style>