Shades of Saddle Brown #844503
Tints of Saddle Brown #844503
RGB
CMYK
RGB Variations
Color information
#844503 (or 0x844503) is known color: Saddle Brown. HEX triplet: 84, 45 and 03. RGB value is (132,69,3). Sum of RGB (Red+Green+Blue) = 132+69+3=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #844503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844503 is #7BBAFC. Grayscale: #505050. Windows color (decimal): -8108797 or 214404. OLE color: 214404.
HSL color Cylindrical-coordinate representation of color #844503: hue angle of 30.7º 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 #844503 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 3 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.48 |
| HSL | 30.7º | 0.96% | 0.26% | - |
| HSV(B) | 30.7º | 0.98% | 0.52% | - |
| XYZ | 11.66 | 9.17 | 1.24 | - |
| YUV | 80.31 | 84.37 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 3 | 0 | 0.48 | 0.98 | 0.48 | 30.7 | 0.96 | 0.26 |
| Hex | 84 | 45 | 3 | 0 | 30 | 62 | 30 | 1F | 60 | 1A |
| Octal | 204 | 105 | 3 | 0 | 60 | 142 | 60 | 37 | 140 | 32 |
| Binary | 10000100 | 1000101 | 11 | 0 | 110000 | 1100010 | 110000 | 11111 | 1100000 | 11010 |
Color Harmonies of #844503
Complementary color
Monochromatic Colors of #844503
Black with #844503
Text Example
Text Example
White with #844503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844503; }
p { color: rgb(132,69,3); }
H1.HeaderClassName
{
color: #844503;
}
.AnyTagClassName
{
color: #844503;
}
</style>
background-color css
<style>
a { background-color: #844503; }
a { background-color: rgb(132,69,3); }
div.DivClassName
{
background-color: #844503;
}
.BgClassName
{
background-color: #844503;
}
</style>
border-color css
<style>
span { border-color: #844503; }
span { border-color: rgb(132,69,3); }
td.TdClassName
{
border-color: #844503;
}
.TagClassName
{
border-color: #844503;
}
</style>