Shades of Saddle Brown #843408
Tints of Saddle Brown #843408
RGB
CMYK
RGB Variations
Color information
#843408 (or 0x843408) is known color: Saddle Brown. HEX triplet: 84, 34 and 08. RGB value is (132,52,8). Sum of RGB (Red+Green+Blue) = 132+52+8=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #843408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843408 is #7BCBF7. Grayscale: #474747. Windows color (decimal): -8113144 or 537732. OLE color: 537732.
HSL color Cylindrical-coordinate representation of color #843408: hue angle of 21.29º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #843408 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 52 | 8 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.48 |
| HSL | 21.29º | 0.89% | 0.27% | - |
| HSV(B) | 21.29º | 0.94% | 0.52% | - |
| XYZ | 10.79 | 7.38 | 1.09 | - |
| YUV | 70.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 8 | 0 | 0.61 | 0.94 | 0.48 | 21.29 | 0.89 | 0.27 |
| Hex | 84 | 34 | 8 | 0 | 3D | 5E | 30 | 15 | 59 | 1B |
| Octal | 204 | 64 | 10 | 0 | 75 | 136 | 60 | 25 | 131 | 33 |
| Binary | 10000100 | 110100 | 1000 | 0 | 111101 | 1011110 | 110000 | 10101 | 1011001 | 11011 |
Color Harmonies of #843408
Complementary color
Monochromatic Colors of #843408
Black with #843408
Text Example
Text Example
White with #843408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843408; }
p { color: rgb(132,52,8); }
H1.HeaderClassName
{
color: #843408;
}
.AnyTagClassName
{
color: #843408;
}
</style>
background-color css
<style>
a { background-color: #843408; }
a { background-color: rgb(132,52,8); }
div.DivClassName
{
background-color: #843408;
}
.BgClassName
{
background-color: #843408;
}
</style>
border-color css
<style>
span { border-color: #843408; }
span { border-color: rgb(132,52,8); }
td.TdClassName
{
border-color: #843408;
}
.TagClassName
{
border-color: #843408;
}
</style>