Shades of Saddle Brown #842C01
Tints of Saddle Brown #842C01
RGB
CMYK
RGB Variations
Color information
#842C01 (or 0x842C01) is known color: Saddle Brown. HEX triplet: 84, 2C and 01. RGB value is (132,44,1). Sum of RGB (Red+Green+Blue) = 132+44+1=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #842C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842C01 is #7BD3FE. Grayscale: #414141. Windows color (decimal): -8115199 or 76932. OLE color: 76932.
HSL color Cylindrical-coordinate representation of color #842C01: hue angle of 19.69º 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 #842C01 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 44 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.48 |
| HSL | 19.69º | 0.98% | 0.26% | - |
| HSV(B) | 19.69º | 0.99% | 0.52% | - |
| XYZ | 10.42 | 6.71 | 0.77 | - |
| YUV | 65.41 | 91.65 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 1 | 0 | 0.67 | 0.99 | 0.48 | 19.69 | 0.98 | 0.26 |
| Hex | 84 | 2C | 1 | 0 | 43 | 63 | 30 | 14 | 62 | 1A |
| Octal | 204 | 54 | 1 | 0 | 103 | 143 | 60 | 24 | 142 | 32 |
| Binary | 10000100 | 101100 | 1 | 0 | 1000011 | 1100011 | 110000 | 10100 | 1100010 | 11010 |
Color Harmonies of #842C01
Complementary color
Monochromatic Colors of #842C01
Black with #842C01
Text Example
Text Example
White with #842C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C01; }
p { color: rgb(132,44,1); }
H1.HeaderClassName
{
color: #842C01;
}
.AnyTagClassName
{
color: #842C01;
}
</style>
background-color css
<style>
a { background-color: #842C01; }
a { background-color: rgb(132,44,1); }
div.DivClassName
{
background-color: #842C01;
}
.BgClassName
{
background-color: #842C01;
}
</style>
border-color css
<style>
span { border-color: #842C01; }
span { border-color: rgb(132,44,1); }
td.TdClassName
{
border-color: #842C01;
}
.TagClassName
{
border-color: #842C01;
}
</style>