Shades of Saddle Brown #844B05
Tints of Saddle Brown #844B05
RGB
CMYK
RGB Variations
Color information
#844B05 (or 0x844B05) is known color: Saddle Brown. HEX triplet: 84, 4B and 05. RGB value is (132,75,5). Sum of RGB (Red+Green+Blue) = 132+75+5=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #844B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844B05 is #7BB4FA. Grayscale: #545454. Windows color (decimal): -8107259 or 347012. OLE color: 347012.
HSL color Cylindrical-coordinate representation of color #844B05: hue angle of 33.07º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #844B05 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 75 | 5 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.48 |
| HSL | 33.07º | 0.93% | 0.27% | - |
| HSV(B) | 33.07º | 0.96% | 0.52% | - |
| XYZ | 12.06 | 9.95 | 1.43 | - |
| YUV | 84.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 5 | 0 | 0.43 | 0.96 | 0.48 | 33.07 | 0.93 | 0.27 |
| Hex | 84 | 4B | 5 | 0 | 2B | 60 | 30 | 21 | 5D | 1B |
| Octal | 204 | 113 | 5 | 0 | 53 | 140 | 60 | 41 | 135 | 33 |
| Binary | 10000100 | 1001011 | 101 | 0 | 101011 | 1100000 | 110000 | 100001 | 1011101 | 11011 |
Color Harmonies of #844B05
Complementary color
Monochromatic Colors of #844B05
Black with #844B05
Text Example
Text Example
White with #844B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844B05; }
p { color: rgb(132,75,5); }
H1.HeaderClassName
{
color: #844B05;
}
.AnyTagClassName
{
color: #844B05;
}
</style>
background-color css
<style>
a { background-color: #844B05; }
a { background-color: rgb(132,75,5); }
div.DivClassName
{
background-color: #844B05;
}
.BgClassName
{
background-color: #844B05;
}
</style>
border-color css
<style>
span { border-color: #844B05; }
span { border-color: rgb(132,75,5); }
td.TdClassName
{
border-color: #844B05;
}
.TagClassName
{
border-color: #844B05;
}
</style>