Shades of Saddle Brown #84400C
Tints of Saddle Brown #84400C
RGB
CMYK
RGB Variations
Color information
#84400C (or 0x84400C) is known color: Saddle Brown. HEX triplet: 84, 40 and 0C. RGB value is (132,64,12). Sum of RGB (Red+Green+Blue) = 132+64+12=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #84400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84400C is #7BBFF3. Grayscale: #4E4E4E. Windows color (decimal): -8110068 or 802948. OLE color: 802948.
HSL color Cylindrical-coordinate representation of color #84400C: hue angle of 26º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84400C is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 12 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.48 |
| HSL | 26º | 0.83% | 0.28% | - |
| HSV(B) | 26º | 0.91% | 0.52% | - |
| XYZ | 11.42 | 8.6 | 1.41 | - |
| YUV | 78.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 12 | 0 | 0.52 | 0.91 | 0.48 | 26 | 0.83 | 0.28 |
| Hex | 84 | 40 | C | 0 | 34 | 5B | 30 | 1A | 53 | 1C |
| Octal | 204 | 100 | 14 | 0 | 64 | 133 | 60 | 32 | 123 | 34 |
| Binary | 10000100 | 1000000 | 1100 | 0 | 110100 | 1011011 | 110000 | 11010 | 1010011 | 11100 |
Color Harmonies of #84400C
Complementary color
Monochromatic Colors of #84400C
Black with #84400C
Text Example
Text Example
White with #84400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84400C; }
p { color: rgb(132,64,12); }
H1.HeaderClassName
{
color: #84400C;
}
.AnyTagClassName
{
color: #84400C;
}
</style>
background-color css
<style>
a { background-color: #84400C; }
a { background-color: rgb(132,64,12); }
div.DivClassName
{
background-color: #84400C;
}
.BgClassName
{
background-color: #84400C;
}
</style>
border-color css
<style>
span { border-color: #84400C; }
span { border-color: rgb(132,64,12); }
td.TdClassName
{
border-color: #84400C;
}
.TagClassName
{
border-color: #84400C;
}
</style>