Shades of Saddle Brown #842700
Tints of Saddle Brown #842700
RGB
CMYK
RGB Variations
Color information
#842700 (or 0x842700) is known color: Saddle Brown. HEX triplet: 84, 27 and 00. RGB value is (132,39,0). Sum of RGB (Red+Green+Blue) = 132+39+0=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #842700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842700 is #7BD8FF. Grayscale: #3E3E3E. Windows color (decimal): -8116480 or 10116. OLE color: 10116.
HSL color Cylindrical-coordinate representation of color #842700: hue angle of 17.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #842700 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.48 |
| HSL | 17.73º | 1% | 0.26% | - |
| HSV(B) | 17.73º | 1% | 0.52% | - |
| XYZ | 10.24 | 6.36 | 0.69 | - |
| YUV | 62.36 | 92.81 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 0 | 0 | 0.70 | 1 | 0.48 | 17.73 | 1 | 0.26 |
| Hex | 84 | 27 | 0 | 0 | 46 | 64 | 30 | 12 | 64 | 1A |
| Octal | 204 | 47 | 0 | 0 | 106 | 144 | 60 | 22 | 144 | 32 |
| Binary | 10000100 | 100111 | 0 | 0 | 1000110 | 1100100 | 110000 | 10010 | 1100100 | 11010 |
Color Harmonies of #842700
Complementary color
Monochromatic Colors of #842700
Black with #842700
Text Example
Text Example
White with #842700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842700; }
p { color: rgb(132,39,0); }
H1.HeaderClassName
{
color: #842700;
}
.AnyTagClassName
{
color: #842700;
}
</style>
background-color css
<style>
a { background-color: #842700; }
a { background-color: rgb(132,39,0); }
div.DivClassName
{
background-color: #842700;
}
.BgClassName
{
background-color: #842700;
}
</style>
border-color css
<style>
span { border-color: #842700; }
span { border-color: rgb(132,39,0); }
td.TdClassName
{
border-color: #842700;
}
.TagClassName
{
border-color: #842700;
}
</style>