Shades of Saddle Brown #842F07
Tints of Saddle Brown #842F07
RGB
CMYK
RGB Variations
Color information
#842F07 (or 0x842F07) is known color: Saddle Brown. HEX triplet: 84, 2F and 07. RGB value is (132,47,7). Sum of RGB (Red+Green+Blue) = 132+47+7=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 7 (3.12% from 255 or 3.76% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #842F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842F07 is #7BD0F8. Grayscale: #444444. Windows color (decimal): -8114425 or 470916. OLE color: 470916.
HSL color Cylindrical-coordinate representation of color #842F07: hue angle of 19.2º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #842F07 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 47 | 7 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.48 |
| HSL | 19.2º | 0.9% | 0.27% | - |
| HSV(B) | 19.2º | 0.95% | 0.52% | - |
| XYZ | 10.57 | 6.95 | 0.99 | - |
| YUV | 67.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 47 | 7 | 0 | 0.64 | 0.95 | 0.48 | 19.2 | 0.9 | 0.27 |
| Hex | 84 | 2F | 7 | 0 | 40 | 5F | 30 | 13 | 5A | 1B |
| Octal | 204 | 57 | 7 | 0 | 100 | 137 | 60 | 23 | 132 | 33 |
| Binary | 10000100 | 101111 | 111 | 0 | 1000000 | 1011111 | 110000 | 10011 | 1011010 | 11011 |
Color Harmonies of #842F07
Complementary color
Monochromatic Colors of #842F07
Black with #842F07
Text Example
Text Example
White with #842F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842F07; }
p { color: rgb(132,47,7); }
H1.HeaderClassName
{
color: #842F07;
}
.AnyTagClassName
{
color: #842F07;
}
</style>
background-color css
<style>
a { background-color: #842F07; }
a { background-color: rgb(132,47,7); }
div.DivClassName
{
background-color: #842F07;
}
.BgClassName
{
background-color: #842F07;
}
</style>
border-color css
<style>
span { border-color: #842F07; }
span { border-color: rgb(132,47,7); }
td.TdClassName
{
border-color: #842F07;
}
.TagClassName
{
border-color: #842F07;
}
</style>