Shades of Saddle Brown #84390B
Tints of Saddle Brown #84390B
RGB
CMYK
RGB Variations
Color information
#84390B (or 0x84390B) is known color: Saddle Brown. HEX triplet: 84, 39 and 0B. RGB value is (132,57,11). Sum of RGB (Red+Green+Blue) = 132+57+11=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #84390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84390B is #7BC6F4. Grayscale: #4A4A4A. Windows color (decimal): -8111861 or 735620. OLE color: 735620.
HSL color Cylindrical-coordinate representation of color #84390B: hue angle of 22.81º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84390B is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 57 | 11 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.48 |
| HSL | 22.81º | 0.85% | 0.28% | - |
| HSV(B) | 22.81º | 0.92% | 0.52% | - |
| XYZ | 11.04 | 7.86 | 1.25 | - |
| YUV | 74.18 | 92.35 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 11 | 0 | 0.57 | 0.92 | 0.48 | 22.81 | 0.85 | 0.28 |
| Hex | 84 | 39 | B | 0 | 39 | 5C | 30 | 17 | 55 | 1C |
| Octal | 204 | 71 | 13 | 0 | 71 | 134 | 60 | 27 | 125 | 34 |
| Binary | 10000100 | 111001 | 1011 | 0 | 111001 | 1011100 | 110000 | 10111 | 1010101 | 11100 |
Color Harmonies of #84390B
Complementary color
Monochromatic Colors of #84390B
Black with #84390B
Text Example
Text Example
White with #84390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84390B; }
p { color: rgb(132,57,11); }
H1.HeaderClassName
{
color: #84390B;
}
.AnyTagClassName
{
color: #84390B;
}
</style>
background-color css
<style>
a { background-color: #84390B; }
a { background-color: rgb(132,57,11); }
div.DivClassName
{
background-color: #84390B;
}
.BgClassName
{
background-color: #84390B;
}
</style>
border-color css
<style>
span { border-color: #84390B; }
span { border-color: rgb(132,57,11); }
td.TdClassName
{
border-color: #84390B;
}
.TagClassName
{
border-color: #84390B;
}
</style>