Shades of Saddle Brown #844313
Tints of Saddle Brown #844313
RGB
CMYK
RGB Variations
Color information
#844313 (or 0x844313) is known color: Saddle Brown. HEX triplet: 84, 43 and 13. RGB value is (132,67,19). Sum of RGB (Red+Green+Blue) = 132+67+19=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #844313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844313 is #7BBCEC. Grayscale: #515151. Windows color (decimal): -8109293 or 1262468. OLE color: 1262468.
HSL color Cylindrical-coordinate representation of color #844313: hue angle of 25.49º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #844313 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 67 | 19 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.48 |
| HSL | 25.49º | 0.75% | 0.3% | - |
| HSV(B) | 25.49º | 0.86% | 0.52% | - |
| XYZ | 11.64 | 8.97 | 1.73 | - |
| YUV | 80.96 | 93.03 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 19 | 0 | 0.49 | 0.86 | 0.48 | 25.49 | 0.75 | 0.3 |
| Hex | 84 | 43 | 13 | 0 | 31 | 56 | 30 | 19 | 4B | 1E |
| Octal | 204 | 103 | 23 | 0 | 61 | 126 | 60 | 31 | 113 | 36 |
| Binary | 10000100 | 1000011 | 10011 | 0 | 110001 | 1010110 | 110000 | 11001 | 1001011 | 11110 |
Color Harmonies of #844313
Complementary color
Monochromatic Colors of #844313
Black with #844313
Text Example
Text Example
White with #844313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844313; }
p { color: rgb(132,67,19); }
H1.HeaderClassName
{
color: #844313;
}
.AnyTagClassName
{
color: #844313;
}
</style>
background-color css
<style>
a { background-color: #844313; }
a { background-color: rgb(132,67,19); }
div.DivClassName
{
background-color: #844313;
}
.BgClassName
{
background-color: #844313;
}
</style>
border-color css
<style>
span { border-color: #844313; }
span { border-color: rgb(132,67,19); }
td.TdClassName
{
border-color: #844313;
}
.TagClassName
{
border-color: #844313;
}
</style>