Shades of Saddle Brown #84350C
Tints of Saddle Brown #84350C
RGB
CMYK
RGB Variations
Color information
#84350C (or 0x84350C) is known color: Saddle Brown. HEX triplet: 84, 35 and 0C. RGB value is (132,53,12). Sum of RGB (Red+Green+Blue) = 132+53+12=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #84350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84350C is #7BCAF3. Grayscale: #484848. Windows color (decimal): -8112884 or 800132. OLE color: 800132.
HSL color Cylindrical-coordinate representation of color #84350C: hue angle of 20.5º 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 #84350C is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 53 | 12 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.48 |
| HSL | 20.5º | 0.83% | 0.28% | - |
| HSV(B) | 20.5º | 0.91% | 0.52% | - |
| XYZ | 10.86 | 7.48 | 1.22 | - |
| YUV | 71.95 | 94.17 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 12 | 0 | 0.60 | 0.91 | 0.48 | 20.5 | 0.83 | 0.28 |
| Hex | 84 | 35 | C | 0 | 3C | 5B | 30 | 14 | 53 | 1C |
| Octal | 204 | 65 | 14 | 0 | 74 | 133 | 60 | 24 | 123 | 34 |
| Binary | 10000100 | 110101 | 1100 | 0 | 111100 | 1011011 | 110000 | 10100 | 1010011 | 11100 |
Color Harmonies of #84350C
Complementary color
Monochromatic Colors of #84350C
Black with #84350C
Text Example
Text Example
White with #84350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84350C; }
p { color: rgb(132,53,12); }
H1.HeaderClassName
{
color: #84350C;
}
.AnyTagClassName
{
color: #84350C;
}
</style>
background-color css
<style>
a { background-color: #84350C; }
a { background-color: rgb(132,53,12); }
div.DivClassName
{
background-color: #84350C;
}
.BgClassName
{
background-color: #84350C;
}
</style>
border-color css
<style>
span { border-color: #84350C; }
span { border-color: rgb(132,53,12); }
td.TdClassName
{
border-color: #84350C;
}
.TagClassName
{
border-color: #84350C;
}
</style>