Shades of Saddle Brown #853F0D
Tints of Saddle Brown #853F0D
RGB
CMYK
RGB Variations
Color information
#853F0D (or 0x853F0D) is known color: Saddle Brown. HEX triplet: 85, 3F and 0D. RGB value is (133,63,13). Sum of RGB (Red+Green+Blue) = 133+63+13=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #853F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853F0D is #7AC0F2. Grayscale: #4E4E4E. Windows color (decimal): -8044787 or 868229. OLE color: 868229.
HSL color Cylindrical-coordinate representation of color #853F0D: hue angle of 25º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #853F0D is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 13 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.48 |
| HSL | 25º | 0.82% | 0.29% | - |
| HSV(B) | 25º | 0.9% | 0.52% | - |
| XYZ | 11.52 | 8.57 | 1.43 | - |
| YUV | 78.23 | 91.19 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 13 | 0 | 0.53 | 0.90 | 0.48 | 25 | 0.82 | 0.29 |
| Hex | 85 | 3F | D | 0 | 35 | 5A | 30 | 19 | 52 | 1D |
| Octal | 205 | 77 | 15 | 0 | 65 | 132 | 60 | 31 | 122 | 35 |
| Binary | 10000101 | 111111 | 1101 | 0 | 110101 | 1011010 | 110000 | 11001 | 1010010 | 11101 |
Color Harmonies of #853F0D
Complementary color
Monochromatic Colors of #853F0D
Black with #853F0D
Text Example
Text Example
White with #853F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F0D; }
p { color: rgb(133,63,13); }
H1.HeaderClassName
{
color: #853F0D;
}
.AnyTagClassName
{
color: #853F0D;
}
</style>
background-color css
<style>
a { background-color: #853F0D; }
a { background-color: rgb(133,63,13); }
div.DivClassName
{
background-color: #853F0D;
}
.BgClassName
{
background-color: #853F0D;
}
</style>
border-color css
<style>
span { border-color: #853F0D; }
span { border-color: rgb(133,63,13); }
td.TdClassName
{
border-color: #853F0D;
}
.TagClassName
{
border-color: #853F0D;
}
</style>