Shades of Saddle Brown #823E00
Tints of Saddle Brown #823E00
RGB
CMYK
RGB Variations
Color information
#823E00 (or 0x823E00) is known color: Saddle Brown. HEX triplet: 82, 3E and 00. RGB value is (130,62,0). Sum of RGB (Red+Green+Blue) = 130+62+0=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #823E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823E00 is #7DC1FF. Grayscale: #4B4B4B. Windows color (decimal): -8241664 or 16002. OLE color: 16002.
HSL color Cylindrical-coordinate representation of color #823E00: hue angle of 28.62º 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 #823E00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 62 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.49 |
| HSL | 28.62º | 1% | 0.25% | - |
| HSV(B) | 28.62º | 1% | 0.51% | - |
| XYZ | 10.93 | 8.19 | 1.01 | - |
| YUV | 75.26 | 85.53 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 0 | 0 | 0.52 | 1 | 0.49 | 28.62 | 1 | 0.25 |
| Hex | 82 | 3E | 0 | 0 | 34 | 64 | 31 | 1D | 64 | 19 |
| Octal | 202 | 76 | 0 | 0 | 64 | 144 | 61 | 35 | 144 | 31 |
| Binary | 10000010 | 111110 | 0 | 0 | 110100 | 1100100 | 110001 | 11101 | 1100100 | 11001 |
Color Harmonies of #823E00
Complementary color
Monochromatic Colors of #823E00
Black with #823E00
Text Example
Text Example
White with #823E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823E00; }
p { color: rgb(130,62,0); }
H1.HeaderClassName
{
color: #823E00;
}
.AnyTagClassName
{
color: #823E00;
}
</style>
background-color css
<style>
a { background-color: #823E00; }
a { background-color: rgb(130,62,0); }
div.DivClassName
{
background-color: #823E00;
}
.BgClassName
{
background-color: #823E00;
}
</style>
border-color css
<style>
span { border-color: #823E00; }
span { border-color: rgb(130,62,0); }
td.TdClassName
{
border-color: #823E00;
}
.TagClassName
{
border-color: #823E00;
}
</style>