Shades of Saddle Brown #854315
Tints of Saddle Brown #854315
RGB
CMYK
RGB Variations
Color information
#854315 (or 0x854315) is known color: Saddle Brown. HEX triplet: 85, 43 and 15. RGB value is (133,67,21). Sum of RGB (Red+Green+Blue) = 133+67+21=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #854315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854315 is #7ABCEA. Grayscale: #515151. Windows color (decimal): -8043755 or 1393541. OLE color: 1393541.
HSL color Cylindrical-coordinate representation of color #854315: hue angle of 24.64º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #854315 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 67 | 21 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.48 |
| HSL | 24.64º | 0.73% | 0.3% | - |
| HSV(B) | 24.64º | 0.84% | 0.52% | - |
| XYZ | 11.82 | 9.05 | 1.83 | - |
| YUV | 81.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 21 | 0 | 0.50 | 0.84 | 0.48 | 24.64 | 0.73 | 0.3 |
| Hex | 85 | 43 | 15 | 0 | 32 | 54 | 30 | 19 | 49 | 1E |
| Octal | 205 | 103 | 25 | 0 | 62 | 124 | 60 | 31 | 111 | 36 |
| Binary | 10000101 | 1000011 | 10101 | 0 | 110010 | 1010100 | 110000 | 11001 | 1001001 | 11110 |
Color Harmonies of #854315
Complementary color
Monochromatic Colors of #854315
Black with #854315
Text Example
Text Example
White with #854315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854315; }
p { color: rgb(133,67,21); }
H1.HeaderClassName
{
color: #854315;
}
.AnyTagClassName
{
color: #854315;
}
</style>
background-color css
<style>
a { background-color: #854315; }
a { background-color: rgb(133,67,21); }
div.DivClassName
{
background-color: #854315;
}
.BgClassName
{
background-color: #854315;
}
</style>
border-color css
<style>
span { border-color: #854315; }
span { border-color: rgb(133,67,21); }
td.TdClassName
{
border-color: #854315;
}
.TagClassName
{
border-color: #854315;
}
</style>