Shades of Saddle Brown #844315
Tints of Saddle Brown #844315
RGB
CMYK
RGB Variations
Color information
#844315 (or 0x844315) is known color: Saddle Brown. HEX triplet: 84, 43 and 15. RGB value is (132,67,21). Sum of RGB (Red+Green+Blue) = 132+67+21=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #844315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844315 is #7BBCEA. Grayscale: #515151. Windows color (decimal): -8109291 or 1393540. OLE color: 1393540.
HSL color Cylindrical-coordinate representation of color #844315: hue angle of 24.86º 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 #844315 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 67 | 21 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.48 |
| HSL | 24.86º | 0.73% | 0.3% | - |
| HSV(B) | 24.86º | 0.84% | 0.52% | - |
| XYZ | 11.66 | 8.97 | 1.83 | - |
| YUV | 81.19 | 94.03 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 21 | 0 | 0.49 | 0.84 | 0.48 | 24.86 | 0.73 | 0.3 |
| Hex | 84 | 43 | 15 | 0 | 31 | 54 | 30 | 19 | 49 | 1E |
| Octal | 204 | 103 | 25 | 0 | 61 | 124 | 60 | 31 | 111 | 36 |
| Binary | 10000100 | 1000011 | 10101 | 0 | 110001 | 1010100 | 110000 | 11001 | 1001001 | 11110 |
Color Harmonies of #844315
Complementary color
Monochromatic Colors of #844315
Black with #844315
Text Example
Text Example
White with #844315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844315; }
p { color: rgb(132,67,21); }
H1.HeaderClassName
{
color: #844315;
}
.AnyTagClassName
{
color: #844315;
}
</style>
background-color css
<style>
a { background-color: #844315; }
a { background-color: rgb(132,67,21); }
div.DivClassName
{
background-color: #844315;
}
.BgClassName
{
background-color: #844315;
}
</style>
border-color css
<style>
span { border-color: #844315; }
span { border-color: rgb(132,67,21); }
td.TdClassName
{
border-color: #844315;
}
.TagClassName
{
border-color: #844315;
}
</style>