Shades of Saddle Brown #823502
Tints of Saddle Brown #823502
RGB
CMYK
RGB Variations
Color information
#823502 (or 0x823502) is known color: Saddle Brown. HEX triplet: 82, 35 and 02. RGB value is (130,53,2). Sum of RGB (Red+Green+Blue) = 130+53+2=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #823502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823502 is #7DCAFD. Grayscale: #464646. Windows color (decimal): -8243966 or 144770. OLE color: 144770.
HSL color Cylindrical-coordinate representation of color #823502: hue angle of 23.91º 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 #823502 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 53 | 2 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.49 |
| HSL | 23.91º | 0.97% | 0.26% | - |
| HSV(B) | 23.91º | 0.98% | 0.51% | - |
| XYZ | 10.49 | 7.3 | 0.91 | - |
| YUV | 70.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 2 | 0 | 0.59 | 0.98 | 0.49 | 23.91 | 0.97 | 0.26 |
| Hex | 82 | 35 | 2 | 0 | 3B | 62 | 31 | 18 | 61 | 1A |
| Octal | 202 | 65 | 2 | 0 | 73 | 142 | 61 | 30 | 141 | 32 |
| Binary | 10000010 | 110101 | 10 | 0 | 111011 | 1100010 | 110001 | 11000 | 1100001 | 11010 |
Color Harmonies of #823502
Complementary color
Monochromatic Colors of #823502
Black with #823502
Text Example
Text Example
White with #823502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823502; }
p { color: rgb(130,53,2); }
H1.HeaderClassName
{
color: #823502;
}
.AnyTagClassName
{
color: #823502;
}
</style>
background-color css
<style>
a { background-color: #823502; }
a { background-color: rgb(130,53,2); }
div.DivClassName
{
background-color: #823502;
}
.BgClassName
{
background-color: #823502;
}
</style>
border-color css
<style>
span { border-color: #823502; }
span { border-color: rgb(130,53,2); }
td.TdClassName
{
border-color: #823502;
}
.TagClassName
{
border-color: #823502;
}
</style>