Shades of Saddle Brown #842803
Tints of Saddle Brown #842803
RGB
CMYK
RGB Variations
Color information
#842803 (or 0x842803) is known color: Saddle Brown. HEX triplet: 84, 28 and 03. RGB value is (132,40,3). Sum of RGB (Red+Green+Blue) = 132+40+3=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #842803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842803 is #7BD7FC. Grayscale: #3F3F3F. Windows color (decimal): -8116221 or 206980. OLE color: 206980.
HSL color Cylindrical-coordinate representation of color #842803: hue angle of 17.21º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #842803 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 3 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.48 |
| HSL | 17.21º | 0.96% | 0.26% | - |
| HSV(B) | 17.21º | 0.98% | 0.52% | - |
| XYZ | 10.29 | 6.43 | 0.78 | - |
| YUV | 63.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 3 | 0 | 0.70 | 0.98 | 0.48 | 17.21 | 0.96 | 0.26 |
| Hex | 84 | 28 | 3 | 0 | 46 | 62 | 30 | 11 | 60 | 1A |
| Octal | 204 | 50 | 3 | 0 | 106 | 142 | 60 | 21 | 140 | 32 |
| Binary | 10000100 | 101000 | 11 | 0 | 1000110 | 1100010 | 110000 | 10001 | 1100000 | 11010 |
Color Harmonies of #842803
Complementary color
Monochromatic Colors of #842803
Black with #842803
Text Example
Text Example
White with #842803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842803; }
p { color: rgb(132,40,3); }
H1.HeaderClassName
{
color: #842803;
}
.AnyTagClassName
{
color: #842803;
}
</style>
background-color css
<style>
a { background-color: #842803; }
a { background-color: rgb(132,40,3); }
div.DivClassName
{
background-color: #842803;
}
.BgClassName
{
background-color: #842803;
}
</style>
border-color css
<style>
span { border-color: #842803; }
span { border-color: rgb(132,40,3); }
td.TdClassName
{
border-color: #842803;
}
.TagClassName
{
border-color: #842803;
}
</style>