Shades of Saddle Brown #842B03
Tints of Saddle Brown #842B03
RGB
CMYK
RGB Variations
Color information
#842B03 (or 0x842B03) is known color: Saddle Brown. HEX triplet: 84, 2B and 03. RGB value is (132,43,3). Sum of RGB (Red+Green+Blue) = 132+43+3=178 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.16% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 132 - color contains mainly: red. Hex color #842B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842B03 is #7BD4FC. Grayscale: #414141. Windows color (decimal): -8115453 or 207748. OLE color: 207748.
HSL color Cylindrical-coordinate representation of color #842B03: hue angle of 18.6º 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 #842B03 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 43 | 3 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.48 |
| HSL | 18.6º | 0.96% | 0.26% | - |
| HSV(B) | 18.6º | 0.98% | 0.52% | - |
| XYZ | 10.4 | 6.64 | 0.82 | - |
| YUV | 65.05 | 92.99 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 3 | 0 | 0.67 | 0.98 | 0.48 | 18.6 | 0.96 | 0.26 |
| Hex | 84 | 2B | 3 | 0 | 43 | 62 | 30 | 13 | 60 | 1A |
| Octal | 204 | 53 | 3 | 0 | 103 | 142 | 60 | 23 | 140 | 32 |
| Binary | 10000100 | 101011 | 11 | 0 | 1000011 | 1100010 | 110000 | 10011 | 1100000 | 11010 |
Color Harmonies of #842B03
Complementary color
Monochromatic Colors of #842B03
Black with #842B03
Text Example
Text Example
White with #842B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842B03; }
p { color: rgb(132,43,3); }
H1.HeaderClassName
{
color: #842B03;
}
.AnyTagClassName
{
color: #842B03;
}
</style>
background-color css
<style>
a { background-color: #842B03; }
a { background-color: rgb(132,43,3); }
div.DivClassName
{
background-color: #842B03;
}
.BgClassName
{
background-color: #842B03;
}
</style>
border-color css
<style>
span { border-color: #842B03; }
span { border-color: rgb(132,43,3); }
td.TdClassName
{
border-color: #842B03;
}
.TagClassName
{
border-color: #842B03;
}
</style>