Shades of Saddle Brown #85300D
Tints of Saddle Brown #85300D
RGB
CMYK
RGB Variations
Color information
#85300D (or 0x85300D) is known color: Saddle Brown. HEX triplet: 85, 30 and 0D. RGB value is (133,48,13). Sum of RGB (Red+Green+Blue) = 133+48+13=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #85300D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85300D is #7ACFF2. Grayscale: #454545. Windows color (decimal): -8048627 or 864389. OLE color: 864389.
HSL color Cylindrical-coordinate representation of color #85300D: hue angle of 17.5º 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 #85300D is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 13 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.48 |
| HSL | 17.5º | 0.82% | 0.29% | - |
| HSV(B) | 17.5º | 0.9% | 0.52% | - |
| XYZ | 10.8 | 7.13 | 1.19 | - |
| YUV | 69.43 | 96.16 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 13 | 0 | 0.64 | 0.90 | 0.48 | 17.5 | 0.82 | 0.29 |
| Hex | 85 | 30 | D | 0 | 40 | 5A | 30 | 12 | 52 | 1D |
| Octal | 205 | 60 | 15 | 0 | 100 | 132 | 60 | 22 | 122 | 35 |
| Binary | 10000101 | 110000 | 1101 | 0 | 1000000 | 1011010 | 110000 | 10010 | 1010010 | 11101 |
Color Harmonies of #85300D
Complementary color
Monochromatic Colors of #85300D
Black with #85300D
Text Example
Text Example
White with #85300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85300D; }
p { color: rgb(133,48,13); }
H1.HeaderClassName
{
color: #85300D;
}
.AnyTagClassName
{
color: #85300D;
}
</style>
background-color css
<style>
a { background-color: #85300D; }
a { background-color: rgb(133,48,13); }
div.DivClassName
{
background-color: #85300D;
}
.BgClassName
{
background-color: #85300D;
}
</style>
border-color css
<style>
span { border-color: #85300D; }
span { border-color: rgb(133,48,13); }
td.TdClassName
{
border-color: #85300D;
}
.TagClassName
{
border-color: #85300D;
}
</style>