Shades of Saddle Brown #824607
Tints of Saddle Brown #824607
RGB
CMYK
RGB Variations
Color information
#824607 (or 0x824607) is known color: Saddle Brown. HEX triplet: 82, 46 and 07. RGB value is (130,70,7). Sum of RGB (Red+Green+Blue) = 130+70+7=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #824607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824607 is #7DB9F8. Grayscale: #515151. Windows color (decimal): -8239609 or 476802. OLE color: 476802.
HSL color Cylindrical-coordinate representation of color #824607: hue angle of 30.73º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #824607 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 70 | 7 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.49 |
| HSL | 30.73º | 0.9% | 0.27% | - |
| HSV(B) | 30.73º | 0.95% | 0.51% | - |
| XYZ | 11.43 | 9.14 | 1.36 | - |
| YUV | 80.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 7 | 0 | 0.46 | 0.95 | 0.49 | 30.73 | 0.9 | 0.27 |
| Hex | 82 | 46 | 7 | 0 | 2E | 5F | 31 | 1F | 5A | 1B |
| Octal | 202 | 106 | 7 | 0 | 56 | 137 | 61 | 37 | 132 | 33 |
| Binary | 10000010 | 1000110 | 111 | 0 | 101110 | 1011111 | 110001 | 11111 | 1011010 | 11011 |
Color Harmonies of #824607
Complementary color
Monochromatic Colors of #824607
Black with #824607
Text Example
Text Example
White with #824607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824607; }
p { color: rgb(130,70,7); }
H1.HeaderClassName
{
color: #824607;
}
.AnyTagClassName
{
color: #824607;
}
</style>
background-color css
<style>
a { background-color: #824607; }
a { background-color: rgb(130,70,7); }
div.DivClassName
{
background-color: #824607;
}
.BgClassName
{
background-color: #824607;
}
</style>
border-color css
<style>
span { border-color: #824607; }
span { border-color: rgb(130,70,7); }
td.TdClassName
{
border-color: #824607;
}
.TagClassName
{
border-color: #824607;
}
</style>