Shades of Saddle Brown #844B0F
Tints of Saddle Brown #844B0F
RGB
CMYK
RGB Variations
Color information
#844B0F (or 0x844B0F) is known color: Saddle Brown. HEX triplet: 84, 4B and 0F. RGB value is (132,75,15). Sum of RGB (Red+Green+Blue) = 132+75+15=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #844B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844B0F is #7BB4F0. Grayscale: #555555. Windows color (decimal): -8107249 or 1002372. OLE color: 1002372.
HSL color Cylindrical-coordinate representation of color #844B0F: hue angle of 30.77º 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 #844B0F is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 75 | 15 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.48 |
| HSL | 30.77º | 0.8% | 0.29% | - |
| HSV(B) | 30.77º | 0.89% | 0.52% | - |
| XYZ | 12.12 | 9.97 | 1.74 | - |
| YUV | 85.2 | 88.38 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 15 | 0 | 0.43 | 0.89 | 0.48 | 30.77 | 0.8 | 0.29 |
| Hex | 84 | 4B | F | 0 | 2B | 59 | 30 | 1F | 50 | 1D |
| Octal | 204 | 113 | 17 | 0 | 53 | 131 | 60 | 37 | 120 | 35 |
| Binary | 10000100 | 1001011 | 1111 | 0 | 101011 | 1011001 | 110000 | 11111 | 1010000 | 11101 |
Color Harmonies of #844B0F
Complementary color
Monochromatic Colors of #844B0F
Black with #844B0F
Text Example
Text Example
White with #844B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844B0F; }
p { color: rgb(132,75,15); }
H1.HeaderClassName
{
color: #844B0F;
}
.AnyTagClassName
{
color: #844B0F;
}
</style>
background-color css
<style>
a { background-color: #844B0F; }
a { background-color: rgb(132,75,15); }
div.DivClassName
{
background-color: #844B0F;
}
.BgClassName
{
background-color: #844B0F;
}
</style>
border-color css
<style>
span { border-color: #844B0F; }
span { border-color: rgb(132,75,15); }
td.TdClassName
{
border-color: #844B0F;
}
.TagClassName
{
border-color: #844B0F;
}
</style>