Shades of Saddle Brown #824402
Tints of Saddle Brown #824402
RGB
CMYK
RGB Variations
Color information
#824402 (or 0x824402) is known color: Saddle Brown. HEX triplet: 82, 44 and 02. RGB value is (130,68,2). Sum of RGB (Red+Green+Blue) = 130+68+2=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #824402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824402 is #7DBBFD. Grayscale: #4F4F4F. Windows color (decimal): -8240126 or 148610. OLE color: 148610.
HSL color Cylindrical-coordinate representation of color #824402: hue angle of 30.94º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #824402 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 68 | 2 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.49 |
| HSL | 30.94º | 0.97% | 0.26% | - |
| HSV(B) | 30.94º | 0.98% | 0.51% | - |
| XYZ | 11.28 | 8.88 | 1.18 | - |
| YUV | 79.01 | 84.54 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 2 | 0 | 0.48 | 0.98 | 0.49 | 30.94 | 0.97 | 0.26 |
| Hex | 82 | 44 | 2 | 0 | 30 | 62 | 31 | 1F | 61 | 1A |
| Octal | 202 | 104 | 2 | 0 | 60 | 142 | 61 | 37 | 141 | 32 |
| Binary | 10000010 | 1000100 | 10 | 0 | 110000 | 1100010 | 110001 | 11111 | 1100001 | 11010 |
Color Harmonies of #824402
Complementary color
Monochromatic Colors of #824402
Black with #824402
Text Example
Text Example
White with #824402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824402; }
p { color: rgb(130,68,2); }
H1.HeaderClassName
{
color: #824402;
}
.AnyTagClassName
{
color: #824402;
}
</style>
background-color css
<style>
a { background-color: #824402; }
a { background-color: rgb(130,68,2); }
div.DivClassName
{
background-color: #824402;
}
.BgClassName
{
background-color: #824402;
}
</style>
border-color css
<style>
span { border-color: #824402; }
span { border-color: rgb(130,68,2); }
td.TdClassName
{
border-color: #824402;
}
.TagClassName
{
border-color: #824402;
}
</style>