Shades of Saddle Brown #823505
Tints of Saddle Brown #823505
RGB
CMYK
RGB Variations
Color information
#823505 (or 0x823505) is known color: Saddle Brown. HEX triplet: 82, 35 and 05. RGB value is (130,53,5). Sum of RGB (Red+Green+Blue) = 130+53+5=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #823505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823505 is #7DCAFA. Grayscale: #464646. Windows color (decimal): -8243963 or 341378. OLE color: 341378.
HSL color Cylindrical-coordinate representation of color #823505: hue angle of 23.04º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #823505 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 53 | 5 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.49 |
| HSL | 23.04º | 0.93% | 0.26% | - |
| HSV(B) | 23.04º | 0.96% | 0.51% | - |
| XYZ | 10.51 | 7.3 | 1 | - |
| YUV | 70.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 5 | 0 | 0.59 | 0.96 | 0.49 | 23.04 | 0.93 | 0.26 |
| Hex | 82 | 35 | 5 | 0 | 3B | 60 | 31 | 17 | 5D | 1A |
| Octal | 202 | 65 | 5 | 0 | 73 | 140 | 61 | 27 | 135 | 32 |
| Binary | 10000010 | 110101 | 101 | 0 | 111011 | 1100000 | 110001 | 10111 | 1011101 | 11010 |
Color Harmonies of #823505
Complementary color
Monochromatic Colors of #823505
Black with #823505
Text Example
Text Example
White with #823505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823505; }
p { color: rgb(130,53,5); }
H1.HeaderClassName
{
color: #823505;
}
.AnyTagClassName
{
color: #823505;
}
</style>
background-color css
<style>
a { background-color: #823505; }
a { background-color: rgb(130,53,5); }
div.DivClassName
{
background-color: #823505;
}
.BgClassName
{
background-color: #823505;
}
</style>
border-color css
<style>
span { border-color: #823505; }
span { border-color: rgb(130,53,5); }
td.TdClassName
{
border-color: #823505;
}
.TagClassName
{
border-color: #823505;
}
</style>