Shades of Saddle Brown #843300
Tints of Saddle Brown #843300
RGB
CMYK
RGB Variations
Color information
#843300 (or 0x843300) is known color: Saddle Brown. HEX triplet: 84, 33 and 00. RGB value is (132,51,0). Sum of RGB (Red+Green+Blue) = 132+51+0=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #843300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843300 is #7BCCFF. Grayscale: #454545. Windows color (decimal): -8113408 or 13188. OLE color: 13188.
HSL color Cylindrical-coordinate representation of color #843300: hue angle of 23.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #843300 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.48 |
| HSL | 23.18º | 1% | 0.26% | - |
| HSV(B) | 23.18º | 1% | 0.52% | - |
| XYZ | 10.7 | 7.27 | 0.84 | - |
| YUV | 69.41 | 88.84 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 0 | 0 | 0.61 | 1 | 0.48 | 23.18 | 1 | 0.26 |
| Hex | 84 | 33 | 0 | 0 | 3D | 64 | 30 | 17 | 64 | 1A |
| Octal | 204 | 63 | 0 | 0 | 75 | 144 | 60 | 27 | 144 | 32 |
| Binary | 10000100 | 110011 | 0 | 0 | 111101 | 1100100 | 110000 | 10111 | 1100100 | 11010 |
Color Harmonies of #843300
Complementary color
Monochromatic Colors of #843300
Black with #843300
Text Example
Text Example
White with #843300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843300; }
p { color: rgb(132,51,0); }
H1.HeaderClassName
{
color: #843300;
}
.AnyTagClassName
{
color: #843300;
}
</style>
background-color css
<style>
a { background-color: #843300; }
a { background-color: rgb(132,51,0); }
div.DivClassName
{
background-color: #843300;
}
.BgClassName
{
background-color: #843300;
}
</style>
border-color css
<style>
span { border-color: #843300; }
span { border-color: rgb(132,51,0); }
td.TdClassName
{
border-color: #843300;
}
.TagClassName
{
border-color: #843300;
}
</style>