Shades of Saddle Brown #823004
Tints of Saddle Brown #823004
RGB
CMYK
RGB Variations
Color information
#823004 (or 0x823004) is known color: Saddle Brown. HEX triplet: 82, 30 and 04. RGB value is (130,48,4). Sum of RGB (Red+Green+Blue) = 130+48+4=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #823004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823004 is #7DCFFB. Grayscale: #434343. Windows color (decimal): -8245244 or 274562. OLE color: 274562.
HSL color Cylindrical-coordinate representation of color #823004: hue angle of 20.95º 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 #823004 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 4 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.49 |
| HSL | 20.95º | 0.94% | 0.26% | - |
| HSV(B) | 20.95º | 0.97% | 0.51% | - |
| XYZ | 10.28 | 6.87 | 0.9 | - |
| YUV | 67.5 | 92.17 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 4 | 0 | 0.63 | 0.97 | 0.49 | 20.95 | 0.94 | 0.26 |
| Hex | 82 | 30 | 4 | 0 | 3F | 61 | 31 | 15 | 5E | 1A |
| Octal | 202 | 60 | 4 | 0 | 77 | 141 | 61 | 25 | 136 | 32 |
| Binary | 10000010 | 110000 | 100 | 0 | 111111 | 1100001 | 110001 | 10101 | 1011110 | 11010 |
Color Harmonies of #823004
Complementary color
Monochromatic Colors of #823004
Black with #823004
Text Example
Text Example
White with #823004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823004; }
p { color: rgb(130,48,4); }
H1.HeaderClassName
{
color: #823004;
}
.AnyTagClassName
{
color: #823004;
}
</style>
background-color css
<style>
a { background-color: #823004; }
a { background-color: rgb(130,48,4); }
div.DivClassName
{
background-color: #823004;
}
.BgClassName
{
background-color: #823004;
}
</style>
border-color css
<style>
span { border-color: #823004; }
span { border-color: rgb(130,48,4); }
td.TdClassName
{
border-color: #823004;
}
.TagClassName
{
border-color: #823004;
}
</style>