Shades of Saddle Brown #843411
Tints of Saddle Brown #843411
RGB
CMYK
RGB Variations
Color information
#843411 (or 0x843411) is known color: Saddle Brown. HEX triplet: 84, 34 and 11. RGB value is (132,52,17). Sum of RGB (Red+Green+Blue) = 132+52+17=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #843411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843411 is #7BCBEE. Grayscale: #484848. Windows color (decimal): -8113135 or 1127556. OLE color: 1127556.
HSL color Cylindrical-coordinate representation of color #843411: hue angle of 18.26º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #843411 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 52 | 17 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.48 |
| HSL | 18.26º | 0.77% | 0.29% | - |
| HSV(B) | 18.26º | 0.87% | 0.52% | - |
| XYZ | 10.84 | 7.4 | 1.39 | - |
| YUV | 71.93 | 97 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 17 | 0 | 0.61 | 0.87 | 0.48 | 18.26 | 0.77 | 0.29 |
| Hex | 84 | 34 | 11 | 0 | 3D | 57 | 30 | 12 | 4D | 1D |
| Octal | 204 | 64 | 21 | 0 | 75 | 127 | 60 | 22 | 115 | 35 |
| Binary | 10000100 | 110100 | 10001 | 0 | 111101 | 1010111 | 110000 | 10010 | 1001101 | 11101 |
Color Harmonies of #843411
Complementary color
Monochromatic Colors of #843411
Black with #843411
Text Example
Text Example
White with #843411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843411; }
p { color: rgb(132,52,17); }
H1.HeaderClassName
{
color: #843411;
}
.AnyTagClassName
{
color: #843411;
}
</style>
background-color css
<style>
a { background-color: #843411; }
a { background-color: rgb(132,52,17); }
div.DivClassName
{
background-color: #843411;
}
.BgClassName
{
background-color: #843411;
}
</style>
border-color css
<style>
span { border-color: #843411; }
span { border-color: rgb(132,52,17); }
td.TdClassName
{
border-color: #843411;
}
.TagClassName
{
border-color: #843411;
}
</style>