Shades of Saddle Brown #844C0B
Tints of Saddle Brown #844C0B
RGB
CMYK
RGB Variations
Color information
#844C0B (or 0x844C0B) is known color: Saddle Brown. HEX triplet: 84, 4C and 0B. RGB value is (132,76,11). Sum of RGB (Red+Green+Blue) = 132+76+11=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #844C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844C0B is #7BB3F4. Grayscale: #555555. Windows color (decimal): -8106997 or 740484. OLE color: 740484.
HSL color Cylindrical-coordinate representation of color #844C0B: hue angle of 32.23º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #844C0B is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 11 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.48 |
| HSL | 32.23º | 0.85% | 0.28% | - |
| HSV(B) | 32.23º | 0.92% | 0.52% | - |
| XYZ | 12.16 | 10.1 | 1.62 | - |
| YUV | 85.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 11 | 0 | 0.42 | 0.92 | 0.48 | 32.23 | 0.85 | 0.28 |
| Hex | 84 | 4C | B | 0 | 2A | 5C | 30 | 20 | 55 | 1C |
| Octal | 204 | 114 | 13 | 0 | 52 | 134 | 60 | 40 | 125 | 34 |
| Binary | 10000100 | 1001100 | 1011 | 0 | 101010 | 1011100 | 110000 | 100000 | 1010101 | 11100 |
Color Harmonies of #844C0B
Complementary color
Monochromatic Colors of #844C0B
Black with #844C0B
Text Example
Text Example
White with #844C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C0B; }
p { color: rgb(132,76,11); }
H1.HeaderClassName
{
color: #844C0B;
}
.AnyTagClassName
{
color: #844C0B;
}
</style>
background-color css
<style>
a { background-color: #844C0B; }
a { background-color: rgb(132,76,11); }
div.DivClassName
{
background-color: #844C0B;
}
.BgClassName
{
background-color: #844C0B;
}
</style>
border-color css
<style>
span { border-color: #844C0B; }
span { border-color: rgb(132,76,11); }
td.TdClassName
{
border-color: #844C0B;
}
.TagClassName
{
border-color: #844C0B;
}
</style>