Shades of Saddle Brown #824409
Tints of Saddle Brown #824409
RGB
CMYK
RGB Variations
Color information
#824409 (or 0x824409) is known color: Saddle Brown. HEX triplet: 82, 44 and 09. RGB value is (130,68,9). Sum of RGB (Red+Green+Blue) = 130+68+9=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #824409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824409 is #7DBBF6. Grayscale: #505050. Windows color (decimal): -8240119 or 607362. OLE color: 607362.
HSL color Cylindrical-coordinate representation of color #824409: hue angle of 29.26º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #824409 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 68 | 9 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.49 |
| HSL | 29.26º | 0.87% | 0.27% | - |
| HSV(B) | 29.26º | 0.93% | 0.51% | - |
| XYZ | 11.32 | 8.9 | 1.38 | - |
| YUV | 79.81 | 88.04 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 9 | 0 | 0.48 | 0.93 | 0.49 | 29.26 | 0.87 | 0.27 |
| Hex | 82 | 44 | 9 | 0 | 30 | 5D | 31 | 1D | 57 | 1B |
| Octal | 202 | 104 | 11 | 0 | 60 | 135 | 61 | 35 | 127 | 33 |
| Binary | 10000010 | 1000100 | 1001 | 0 | 110000 | 1011101 | 110001 | 11101 | 1010111 | 11011 |
Color Harmonies of #824409
Complementary color
Monochromatic Colors of #824409
Black with #824409
Text Example
Text Example
White with #824409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824409; }
p { color: rgb(130,68,9); }
H1.HeaderClassName
{
color: #824409;
}
.AnyTagClassName
{
color: #824409;
}
</style>
background-color css
<style>
a { background-color: #824409; }
a { background-color: rgb(130,68,9); }
div.DivClassName
{
background-color: #824409;
}
.BgClassName
{
background-color: #824409;
}
</style>
border-color css
<style>
span { border-color: #824409; }
span { border-color: rgb(130,68,9); }
td.TdClassName
{
border-color: #824409;
}
.TagClassName
{
border-color: #824409;
}
</style>