Shades of Saddle Brown #84400F
Tints of Saddle Brown #84400F
RGB
CMYK
RGB Variations
Color information
#84400F (or 0x84400F) is known color: Saddle Brown. HEX triplet: 84, 40 and 0F. RGB value is (132,64,15). Sum of RGB (Red+Green+Blue) = 132+64+15=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84400F is #7BBFF0. Grayscale: #4F4F4F. Windows color (decimal): -8110065 or 999556. OLE color: 999556.
HSL color Cylindrical-coordinate representation of color #84400F: hue angle of 25.13º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84400F is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 15 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.48 |
| HSL | 25.13º | 0.8% | 0.29% | - |
| HSV(B) | 25.13º | 0.89% | 0.52% | - |
| XYZ | 11.44 | 8.61 | 1.51 | - |
| YUV | 78.75 | 92.03 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 15 | 0 | 0.52 | 0.89 | 0.48 | 25.13 | 0.8 | 0.29 |
| Hex | 84 | 40 | F | 0 | 34 | 59 | 30 | 19 | 50 | 1D |
| Octal | 204 | 100 | 17 | 0 | 64 | 131 | 60 | 31 | 120 | 35 |
| Binary | 10000100 | 1000000 | 1111 | 0 | 110100 | 1011001 | 110000 | 11001 | 1010000 | 11101 |
Color Harmonies of #84400F
Complementary color
Monochromatic Colors of #84400F
Black with #84400F
Text Example
Text Example
White with #84400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84400F; }
p { color: rgb(132,64,15); }
H1.HeaderClassName
{
color: #84400F;
}
.AnyTagClassName
{
color: #84400F;
}
</style>
background-color css
<style>
a { background-color: #84400F; }
a { background-color: rgb(132,64,15); }
div.DivClassName
{
background-color: #84400F;
}
.BgClassName
{
background-color: #84400F;
}
</style>
border-color css
<style>
span { border-color: #84400F; }
span { border-color: rgb(132,64,15); }
td.TdClassName
{
border-color: #84400F;
}
.TagClassName
{
border-color: #84400F;
}
</style>