Shades of Saddle Brown #823602
Tints of Saddle Brown #823602
RGB
CMYK
RGB Variations
Color information
#823602 (or 0x823602) is known color: Saddle Brown. HEX triplet: 82, 36 and 02. RGB value is (130,54,2). Sum of RGB (Red+Green+Blue) = 130+54+2=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #823602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823602 is #7DC9FD. Grayscale: #474747. Windows color (decimal): -8243710 or 145026. OLE color: 145026.
HSL color Cylindrical-coordinate representation of color #823602: hue angle of 24.38º 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 #823602 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 54 | 2 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.49 |
| HSL | 24.38º | 0.97% | 0.26% | - |
| HSV(B) | 24.38º | 0.98% | 0.51% | - |
| XYZ | 10.54 | 7.39 | 0.93 | - |
| YUV | 70.8 | 89.18 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 54 | 2 | 0 | 0.58 | 0.98 | 0.49 | 24.38 | 0.97 | 0.26 |
| Hex | 82 | 36 | 2 | 0 | 3A | 62 | 31 | 18 | 61 | 1A |
| Octal | 202 | 66 | 2 | 0 | 72 | 142 | 61 | 30 | 141 | 32 |
| Binary | 10000010 | 110110 | 10 | 0 | 111010 | 1100010 | 110001 | 11000 | 1100001 | 11010 |
Color Harmonies of #823602
Complementary color
Monochromatic Colors of #823602
Black with #823602
Text Example
Text Example
White with #823602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823602; }
p { color: rgb(130,54,2); }
H1.HeaderClassName
{
color: #823602;
}
.AnyTagClassName
{
color: #823602;
}
</style>
background-color css
<style>
a { background-color: #823602; }
a { background-color: rgb(130,54,2); }
div.DivClassName
{
background-color: #823602;
}
.BgClassName
{
background-color: #823602;
}
</style>
border-color css
<style>
span { border-color: #823602; }
span { border-color: rgb(130,54,2); }
td.TdClassName
{
border-color: #823602;
}
.TagClassName
{
border-color: #823602;
}
</style>