Shades of Saddle Brown #823F04
Tints of Saddle Brown #823F04
RGB
CMYK
RGB Variations
Color information
#823F04 (or 0x823F04) is known color: Saddle Brown. HEX triplet: 82, 3F and 04. RGB value is (130,63,4). Sum of RGB (Red+Green+Blue) = 130+63+4=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #823F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823F04 is #7DC0FB. Grayscale: #4C4C4C. Windows color (decimal): -8241404 or 278402. OLE color: 278402.
HSL color Cylindrical-coordinate representation of color #823F04: hue angle of 28.1º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #823F04 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 63 | 4 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.49 |
| HSL | 28.1º | 0.94% | 0.26% | - |
| HSV(B) | 28.1º | 0.97% | 0.51% | - |
| XYZ | 11.01 | 8.31 | 1.14 | - |
| YUV | 76.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 63 | 4 | 0 | 0.52 | 0.97 | 0.49 | 28.1 | 0.94 | 0.26 |
| Hex | 82 | 3F | 4 | 0 | 34 | 61 | 31 | 1C | 5E | 1A |
| Octal | 202 | 77 | 4 | 0 | 64 | 141 | 61 | 34 | 136 | 32 |
| Binary | 10000010 | 111111 | 100 | 0 | 110100 | 1100001 | 110001 | 11100 | 1011110 | 11010 |
Color Harmonies of #823F04
Complementary color
Monochromatic Colors of #823F04
Black with #823F04
Text Example
Text Example
White with #823F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823F04; }
p { color: rgb(130,63,4); }
H1.HeaderClassName
{
color: #823F04;
}
.AnyTagClassName
{
color: #823F04;
}
</style>
background-color css
<style>
a { background-color: #823F04; }
a { background-color: rgb(130,63,4); }
div.DivClassName
{
background-color: #823F04;
}
.BgClassName
{
background-color: #823F04;
}
</style>
border-color css
<style>
span { border-color: #823F04; }
span { border-color: rgb(130,63,4); }
td.TdClassName
{
border-color: #823F04;
}
.TagClassName
{
border-color: #823F04;
}
</style>