Shades of Saddle Brown #853408
Tints of Saddle Brown #853408
RGB
CMYK
RGB Variations
Color information
#853408 (or 0x853408) is known color: Saddle Brown. HEX triplet: 85, 34 and 08. RGB value is (133,52,8). Sum of RGB (Red+Green+Blue) = 133+52+8=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #853408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853408 is #7ACBF7. Grayscale: #474747. Windows color (decimal): -8047608 or 537733. OLE color: 537733.
HSL color Cylindrical-coordinate representation of color #853408: hue angle of 21.12º 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 #853408 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 52 | 8 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.48 |
| HSL | 21.12º | 0.89% | 0.28% | - |
| HSV(B) | 21.12º | 0.94% | 0.52% | - |
| XYZ | 10.94 | 7.46 | 1.09 | - |
| YUV | 71.2 | 92.34 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 8 | 0 | 0.61 | 0.94 | 0.48 | 21.12 | 0.89 | 0.28 |
| Hex | 85 | 34 | 8 | 0 | 3D | 5E | 30 | 15 | 59 | 1C |
| Octal | 205 | 64 | 10 | 0 | 75 | 136 | 60 | 25 | 131 | 34 |
| Binary | 10000101 | 110100 | 1000 | 0 | 111101 | 1011110 | 110000 | 10101 | 1011001 | 11100 |
Color Harmonies of #853408
Complementary color
Monochromatic Colors of #853408
Black with #853408
Text Example
Text Example
White with #853408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853408; }
p { color: rgb(133,52,8); }
H1.HeaderClassName
{
color: #853408;
}
.AnyTagClassName
{
color: #853408;
}
</style>
background-color css
<style>
a { background-color: #853408; }
a { background-color: rgb(133,52,8); }
div.DivClassName
{
background-color: #853408;
}
.BgClassName
{
background-color: #853408;
}
</style>
border-color css
<style>
span { border-color: #853408; }
span { border-color: rgb(133,52,8); }
td.TdClassName
{
border-color: #853408;
}
.TagClassName
{
border-color: #853408;
}
</style>