Shades of Saddle Brown #85300C
Tints of Saddle Brown #85300C
RGB
CMYK
RGB Variations
Color information
#85300C (or 0x85300C) is known color: Saddle Brown. HEX triplet: 85, 30 and 0C. RGB value is (133,48,12). Sum of RGB (Red+Green+Blue) = 133+48+12=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #85300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85300C is #7ACFF3. Grayscale: #454545. Windows color (decimal): -8048628 or 798853. OLE color: 798853.
HSL color Cylindrical-coordinate representation of color #85300C: hue angle of 17.85º 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 #85300C is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 12 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.48 |
| HSL | 17.85º | 0.83% | 0.28% | - |
| HSV(B) | 17.85º | 0.91% | 0.52% | - |
| XYZ | 10.8 | 7.13 | 1.15 | - |
| YUV | 69.31 | 95.66 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 12 | 0 | 0.64 | 0.91 | 0.48 | 17.85 | 0.83 | 0.28 |
| Hex | 85 | 30 | C | 0 | 40 | 5B | 30 | 12 | 53 | 1C |
| Octal | 205 | 60 | 14 | 0 | 100 | 133 | 60 | 22 | 123 | 34 |
| Binary | 10000101 | 110000 | 1100 | 0 | 1000000 | 1011011 | 110000 | 10010 | 1010011 | 11100 |
Color Harmonies of #85300C
Complementary color
Monochromatic Colors of #85300C
Black with #85300C
Text Example
Text Example
White with #85300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85300C; }
p { color: rgb(133,48,12); }
H1.HeaderClassName
{
color: #85300C;
}
.AnyTagClassName
{
color: #85300C;
}
</style>
background-color css
<style>
a { background-color: #85300C; }
a { background-color: rgb(133,48,12); }
div.DivClassName
{
background-color: #85300C;
}
.BgClassName
{
background-color: #85300C;
}
</style>
border-color css
<style>
span { border-color: #85300C; }
span { border-color: rgb(133,48,12); }
td.TdClassName
{
border-color: #85300C;
}
.TagClassName
{
border-color: #85300C;
}
</style>