Shades of Saddle Brown #823500
Tints of Saddle Brown #823500
RGB
CMYK
RGB Variations
Color information
#823500 (or 0x823500) is known color: Saddle Brown. HEX triplet: 82, 35 and 00. RGB value is (130,53,0). Sum of RGB (Red+Green+Blue) = 130+53+0=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #823500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823500 is #7DCAFF. Grayscale: #464646. Windows color (decimal): -8243968 or 13698. OLE color: 13698.
HSL color Cylindrical-coordinate representation of color #823500: hue angle of 24.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #823500 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 53 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.49 |
| HSL | 24.46º | 1% | 0.25% | - |
| HSV(B) | 24.46º | 1% | 0.51% | - |
| XYZ | 10.48 | 7.29 | 0.86 | - |
| YUV | 69.98 | 88.51 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 0 | 0 | 0.59 | 1 | 0.49 | 24.46 | 1 | 0.25 |
| Hex | 82 | 35 | 0 | 0 | 3B | 64 | 31 | 18 | 64 | 19 |
| Octal | 202 | 65 | 0 | 0 | 73 | 144 | 61 | 30 | 144 | 31 |
| Binary | 10000010 | 110101 | 0 | 0 | 111011 | 1100100 | 110001 | 11000 | 1100100 | 11001 |
Color Harmonies of #823500
Complementary color
Monochromatic Colors of #823500
Black with #823500
Text Example
Text Example
White with #823500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823500; }
p { color: rgb(130,53,0); }
H1.HeaderClassName
{
color: #823500;
}
.AnyTagClassName
{
color: #823500;
}
</style>
background-color css
<style>
a { background-color: #823500; }
a { background-color: rgb(130,53,0); }
div.DivClassName
{
background-color: #823500;
}
.BgClassName
{
background-color: #823500;
}
</style>
border-color css
<style>
span { border-color: #823500; }
span { border-color: rgb(130,53,0); }
td.TdClassName
{
border-color: #823500;
}
.TagClassName
{
border-color: #823500;
}
</style>