Shades of Saddle Brown #844C0F
Tints of Saddle Brown #844C0F
RGB
CMYK
RGB Variations
Color information
#844C0F (or 0x844C0F) is known color: Saddle Brown. HEX triplet: 84, 4C and 0F. RGB value is (132,76,15). Sum of RGB (Red+Green+Blue) = 132+76+15=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #844C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844C0F is #7BB3F0. Grayscale: #565656. Windows color (decimal): -8106993 or 1002628. OLE color: 1002628.
HSL color Cylindrical-coordinate representation of color #844C0F: hue angle of 31.28º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #844C0F is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 15 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.48 |
| HSL | 31.28º | 0.8% | 0.29% | - |
| HSV(B) | 31.28º | 0.89% | 0.52% | - |
| XYZ | 12.19 | 10.11 | 1.76 | - |
| YUV | 85.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 15 | 0 | 0.42 | 0.89 | 0.48 | 31.28 | 0.8 | 0.29 |
| Hex | 84 | 4C | F | 0 | 2A | 59 | 30 | 1F | 50 | 1D |
| Octal | 204 | 114 | 17 | 0 | 52 | 131 | 60 | 37 | 120 | 35 |
| Binary | 10000100 | 1001100 | 1111 | 0 | 101010 | 1011001 | 110000 | 11111 | 1010000 | 11101 |
Color Harmonies of #844C0F
Complementary color
Monochromatic Colors of #844C0F
Black with #844C0F
Text Example
Text Example
White with #844C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C0F; }
p { color: rgb(132,76,15); }
H1.HeaderClassName
{
color: #844C0F;
}
.AnyTagClassName
{
color: #844C0F;
}
</style>
background-color css
<style>
a { background-color: #844C0F; }
a { background-color: rgb(132,76,15); }
div.DivClassName
{
background-color: #844C0F;
}
.BgClassName
{
background-color: #844C0F;
}
</style>
border-color css
<style>
span { border-color: #844C0F; }
span { border-color: rgb(132,76,15); }
td.TdClassName
{
border-color: #844C0F;
}
.TagClassName
{
border-color: #844C0F;
}
</style>