Shades of Saddle Brown #844501
Tints of Saddle Brown #844501
RGB
CMYK
RGB Variations
Color information
#844501 (or 0x844501) is known color: Saddle Brown. HEX triplet: 84, 45 and 01. RGB value is (132,69,1). Sum of RGB (Red+Green+Blue) = 132+69+1=202 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.35% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 132 - color contains mainly: red. Hex color #844501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844501 is #7BBAFE. Grayscale: #505050. Windows color (decimal): -8108799 or 83332. OLE color: 83332.
HSL color Cylindrical-coordinate representation of color #844501: hue angle of 31.15º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #844501 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.48 |
| HSL | 31.15º | 0.98% | 0.26% | - |
| HSV(B) | 31.15º | 0.99% | 0.52% | - |
| XYZ | 11.65 | 9.16 | 1.18 | - |
| YUV | 80.09 | 83.37 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 1 | 0 | 0.48 | 0.99 | 0.48 | 31.15 | 0.98 | 0.26 |
| Hex | 84 | 45 | 1 | 0 | 30 | 63 | 30 | 1F | 62 | 1A |
| Octal | 204 | 105 | 1 | 0 | 60 | 143 | 60 | 37 | 142 | 32 |
| Binary | 10000100 | 1000101 | 1 | 0 | 110000 | 1100011 | 110000 | 11111 | 1100010 | 11010 |
Color Harmonies of #844501
Complementary color
Monochromatic Colors of #844501
Black with #844501
Text Example
Text Example
White with #844501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844501; }
p { color: rgb(132,69,1); }
H1.HeaderClassName
{
color: #844501;
}
.AnyTagClassName
{
color: #844501;
}
</style>
background-color css
<style>
a { background-color: #844501; }
a { background-color: rgb(132,69,1); }
div.DivClassName
{
background-color: #844501;
}
.BgClassName
{
background-color: #844501;
}
</style>
border-color css
<style>
span { border-color: #844501; }
span { border-color: rgb(132,69,1); }
td.TdClassName
{
border-color: #844501;
}
.TagClassName
{
border-color: #844501;
}
</style>