Shades of Saddle Brown #85380C
Tints of Saddle Brown #85380C
RGB
CMYK
RGB Variations
Color information
#85380C (or 0x85380C) is known color: Saddle Brown. HEX triplet: 85, 38 and 0C. RGB value is (133,56,12). Sum of RGB (Red+Green+Blue) = 133+56+12=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #85380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85380C is #7AC7F3. Grayscale: #4A4A4A. Windows color (decimal): -8046580 or 800901. OLE color: 800901.
HSL color Cylindrical-coordinate representation of color #85380C: hue angle of 21.82º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85380C is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 56 | 12 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.48 |
| HSL | 21.82º | 0.83% | 0.28% | - |
| HSV(B) | 21.82º | 0.91% | 0.52% | - |
| XYZ | 11.15 | 7.84 | 1.27 | - |
| YUV | 74.01 | 93.01 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 12 | 0 | 0.58 | 0.91 | 0.48 | 21.82 | 0.83 | 0.28 |
| Hex | 85 | 38 | C | 0 | 3A | 5B | 30 | 16 | 53 | 1C |
| Octal | 205 | 70 | 14 | 0 | 72 | 133 | 60 | 26 | 123 | 34 |
| Binary | 10000101 | 111000 | 1100 | 0 | 111010 | 1011011 | 110000 | 10110 | 1010011 | 11100 |
Color Harmonies of #85380C
Complementary color
Monochromatic Colors of #85380C
Black with #85380C
Text Example
Text Example
White with #85380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85380C; }
p { color: rgb(133,56,12); }
H1.HeaderClassName
{
color: #85380C;
}
.AnyTagClassName
{
color: #85380C;
}
</style>
background-color css
<style>
a { background-color: #85380C; }
a { background-color: rgb(133,56,12); }
div.DivClassName
{
background-color: #85380C;
}
.BgClassName
{
background-color: #85380C;
}
</style>
border-color css
<style>
span { border-color: #85380C; }
span { border-color: rgb(133,56,12); }
td.TdClassName
{
border-color: #85380C;
}
.TagClassName
{
border-color: #85380C;
}
</style>