Shades of Saddle Brown #852F0D
Tints of Saddle Brown #852F0D
RGB
CMYK
RGB Variations
Color information
#852F0D (or 0x852F0D) is known color: Saddle Brown. HEX triplet: 85, 2F and 0D. RGB value is (133,47,13). Sum of RGB (Red+Green+Blue) = 133+47+13=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #852F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852F0D is #7AD0F2. Grayscale: #454545. Windows color (decimal): -8048883 or 864133. OLE color: 864133.
HSL color Cylindrical-coordinate representation of color #852F0D: hue angle of 17º 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 #852F0D is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 47 | 13 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.48 |
| HSL | 17º | 0.82% | 0.29% | - |
| HSV(B) | 17º | 0.9% | 0.52% | - |
| XYZ | 10.76 | 7.05 | 1.17 | - |
| YUV | 68.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 13 | 0 | 0.65 | 0.90 | 0.48 | 17 | 0.82 | 0.29 |
| Hex | 85 | 2F | D | 0 | 41 | 5A | 30 | 11 | 52 | 1D |
| Octal | 205 | 57 | 15 | 0 | 101 | 132 | 60 | 21 | 122 | 35 |
| Binary | 10000101 | 101111 | 1101 | 0 | 1000001 | 1011010 | 110000 | 10001 | 1010010 | 11101 |
Color Harmonies of #852F0D
Complementary color
Monochromatic Colors of #852F0D
Black with #852F0D
Text Example
Text Example
White with #852F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852F0D; }
p { color: rgb(133,47,13); }
H1.HeaderClassName
{
color: #852F0D;
}
.AnyTagClassName
{
color: #852F0D;
}
</style>
background-color css
<style>
a { background-color: #852F0D; }
a { background-color: rgb(133,47,13); }
div.DivClassName
{
background-color: #852F0D;
}
.BgClassName
{
background-color: #852F0D;
}
</style>
border-color css
<style>
span { border-color: #852F0D; }
span { border-color: rgb(133,47,13); }
td.TdClassName
{
border-color: #852F0D;
}
.TagClassName
{
border-color: #852F0D;
}
</style>