Shades of Saddle Brown #85430D
Tints of Saddle Brown #85430D
RGB
CMYK
RGB Variations
Color information
#85430D (or 0x85430D) is known color: Saddle Brown. HEX triplet: 85, 43 and 0D. RGB value is (133,67,13). Sum of RGB (Red+Green+Blue) = 133+67+13=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #85430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85430D is #7ABCF2. Grayscale: #505050. Windows color (decimal): -8043763 or 869253. OLE color: 869253.
HSL color Cylindrical-coordinate representation of color #85430D: hue angle of 27º 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 #85430D is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 67 | 13 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.48 |
| HSL | 27º | 0.82% | 0.29% | - |
| HSV(B) | 27º | 0.9% | 0.52% | - |
| XYZ | 11.75 | 9.03 | 1.5 | - |
| YUV | 80.58 | 89.87 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 13 | 0 | 0.50 | 0.90 | 0.48 | 27 | 0.82 | 0.29 |
| Hex | 85 | 43 | D | 0 | 32 | 5A | 30 | 1B | 52 | 1D |
| Octal | 205 | 103 | 15 | 0 | 62 | 132 | 60 | 33 | 122 | 35 |
| Binary | 10000101 | 1000011 | 1101 | 0 | 110010 | 1011010 | 110000 | 11011 | 1010010 | 11101 |
Color Harmonies of #85430D
Complementary color
Monochromatic Colors of #85430D
Black with #85430D
Text Example
Text Example
White with #85430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85430D; }
p { color: rgb(133,67,13); }
H1.HeaderClassName
{
color: #85430D;
}
.AnyTagClassName
{
color: #85430D;
}
</style>
background-color css
<style>
a { background-color: #85430D; }
a { background-color: rgb(133,67,13); }
div.DivClassName
{
background-color: #85430D;
}
.BgClassName
{
background-color: #85430D;
}
</style>
border-color css
<style>
span { border-color: #85430D; }
span { border-color: rgb(133,67,13); }
td.TdClassName
{
border-color: #85430D;
}
.TagClassName
{
border-color: #85430D;
}
</style>