Shades of Saddle Brown #824407
Tints of Saddle Brown #824407
RGB
CMYK
RGB Variations
Color information
#824407 (or 0x824407) is known color: Saddle Brown. HEX triplet: 82, 44 and 07. RGB value is (130,68,7). Sum of RGB (Red+Green+Blue) = 130+68+7=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #824407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824407 is #7DBBF8. Grayscale: #4F4F4F. Windows color (decimal): -8240121 or 476290. OLE color: 476290.
HSL color Cylindrical-coordinate representation of color #824407: hue angle of 29.76º 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 #824407 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 68 | 7 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.49 |
| HSL | 29.76º | 0.9% | 0.27% | - |
| HSV(B) | 29.76º | 0.95% | 0.51% | - |
| XYZ | 11.31 | 8.9 | 1.32 | - |
| YUV | 79.58 | 87.04 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 7 | 0 | 0.48 | 0.95 | 0.49 | 29.76 | 0.9 | 0.27 |
| Hex | 82 | 44 | 7 | 0 | 30 | 5F | 31 | 1E | 5A | 1B |
| Octal | 202 | 104 | 7 | 0 | 60 | 137 | 61 | 36 | 132 | 33 |
| Binary | 10000010 | 1000100 | 111 | 0 | 110000 | 1011111 | 110001 | 11110 | 1011010 | 11011 |
Color Harmonies of #824407
Complementary color
Monochromatic Colors of #824407
Black with #824407
Text Example
Text Example
White with #824407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824407; }
p { color: rgb(130,68,7); }
H1.HeaderClassName
{
color: #824407;
}
.AnyTagClassName
{
color: #824407;
}
</style>
background-color css
<style>
a { background-color: #824407; }
a { background-color: rgb(130,68,7); }
div.DivClassName
{
background-color: #824407;
}
.BgClassName
{
background-color: #824407;
}
</style>
border-color css
<style>
span { border-color: #824407; }
span { border-color: rgb(130,68,7); }
td.TdClassName
{
border-color: #824407;
}
.TagClassName
{
border-color: #824407;
}
</style>