Shades of Saddle Brown #843305
Tints of Saddle Brown #843305
RGB
CMYK
RGB Variations
Color information
#843305 (or 0x843305) is known color: Saddle Brown. HEX triplet: 84, 33 and 05. RGB value is (132,51,5). Sum of RGB (Red+Green+Blue) = 132+51+5=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #843305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843305 is #7BCCFA. Grayscale: #464646. Windows color (decimal): -8113403 or 340868. OLE color: 340868.
HSL color Cylindrical-coordinate representation of color #843305: hue angle of 21.73º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #843305 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 5 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.48 |
| HSL | 21.73º | 0.93% | 0.27% | - |
| HSV(B) | 21.73º | 0.96% | 0.52% | - |
| XYZ | 10.73 | 7.28 | 0.98 | - |
| YUV | 69.98 | 91.34 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 5 | 0 | 0.61 | 0.96 | 0.48 | 21.73 | 0.93 | 0.27 |
| Hex | 84 | 33 | 5 | 0 | 3D | 60 | 30 | 16 | 5D | 1B |
| Octal | 204 | 63 | 5 | 0 | 75 | 140 | 60 | 26 | 135 | 33 |
| Binary | 10000100 | 110011 | 101 | 0 | 111101 | 1100000 | 110000 | 10110 | 1011101 | 11011 |
Color Harmonies of #843305
Complementary color
Monochromatic Colors of #843305
Black with #843305
Text Example
Text Example
White with #843305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843305; }
p { color: rgb(132,51,5); }
H1.HeaderClassName
{
color: #843305;
}
.AnyTagClassName
{
color: #843305;
}
</style>
background-color css
<style>
a { background-color: #843305; }
a { background-color: rgb(132,51,5); }
div.DivClassName
{
background-color: #843305;
}
.BgClassName
{
background-color: #843305;
}
</style>
border-color css
<style>
span { border-color: #843305; }
span { border-color: rgb(132,51,5); }
td.TdClassName
{
border-color: #843305;
}
.TagClassName
{
border-color: #843305;
}
</style>