Shades of Saddle Brown #843304
Tints of Saddle Brown #843304
RGB
CMYK
RGB Variations
Color information
#843304 (or 0x843304) is known color: Saddle Brown. HEX triplet: 84, 33 and 04. RGB value is (132,51,4). Sum of RGB (Red+Green+Blue) = 132+51+4=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #843304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843304 is #7BCCFB. Grayscale: #464646. Windows color (decimal): -8113404 or 275332. OLE color: 275332.
HSL color Cylindrical-coordinate representation of color #843304: hue angle of 22.03º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #843304 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 4 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.48 |
| HSL | 22.03º | 0.94% | 0.27% | - |
| HSV(B) | 22.03º | 0.97% | 0.52% | - |
| XYZ | 10.72 | 7.28 | 0.96 | - |
| YUV | 69.86 | 90.84 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 4 | 0 | 0.61 | 0.97 | 0.48 | 22.03 | 0.94 | 0.27 |
| Hex | 84 | 33 | 4 | 0 | 3D | 61 | 30 | 16 | 5E | 1B |
| Octal | 204 | 63 | 4 | 0 | 75 | 141 | 60 | 26 | 136 | 33 |
| Binary | 10000100 | 110011 | 100 | 0 | 111101 | 1100001 | 110000 | 10110 | 1011110 | 11011 |
Color Harmonies of #843304
Complementary color
Monochromatic Colors of #843304
Black with #843304
Text Example
Text Example
White with #843304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843304; }
p { color: rgb(132,51,4); }
H1.HeaderClassName
{
color: #843304;
}
.AnyTagClassName
{
color: #843304;
}
</style>
background-color css
<style>
a { background-color: #843304; }
a { background-color: rgb(132,51,4); }
div.DivClassName
{
background-color: #843304;
}
.BgClassName
{
background-color: #843304;
}
</style>
border-color css
<style>
span { border-color: #843304; }
span { border-color: rgb(132,51,4); }
td.TdClassName
{
border-color: #843304;
}
.TagClassName
{
border-color: #843304;
}
</style>