Shades of Saddle Brown #802C04
Tints of Saddle Brown #802C04
RGB
CMYK
RGB Variations
Color information
#802C04 (or 0x802C04) is known color: Saddle Brown. HEX triplet: 80, 2C and 04. RGB value is (128,44,4). Sum of RGB (Red+Green+Blue) = 128+44+4=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #802C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C04 is #7FD3FB. Grayscale: #404040. Windows color (decimal): -8377340 or 273536. OLE color: 273536.
HSL color Cylindrical-coordinate representation of color #802C04: hue angle of 19.35º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #802C04 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 4 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.50 |
| HSL | 19.35º | 0.94% | 0.26% | - |
| HSV(B) | 19.35º | 0.97% | 0.5% | - |
| XYZ | 9.82 | 6.4 | 0.83 | - |
| YUV | 64.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 4 | 0 | 0.66 | 0.97 | 0.50 | 19.35 | 0.94 | 0.26 |
| Hex | 80 | 2C | 4 | 0 | 42 | 61 | 32 | 13 | 5E | 1A |
| Octal | 200 | 54 | 4 | 0 | 102 | 141 | 62 | 23 | 136 | 32 |
| Binary | 10000000 | 101100 | 100 | 0 | 1000010 | 1100001 | 110010 | 10011 | 1011110 | 11010 |
Color Harmonies of #802C04
Complementary color
Monochromatic Colors of #802C04
Black with #802C04
Text Example
Text Example
White with #802C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C04; }
p { color: rgb(128,44,4); }
H1.HeaderClassName
{
color: #802C04;
}
.AnyTagClassName
{
color: #802C04;
}
</style>
background-color css
<style>
a { background-color: #802C04; }
a { background-color: rgb(128,44,4); }
div.DivClassName
{
background-color: #802C04;
}
.BgClassName
{
background-color: #802C04;
}
</style>
border-color css
<style>
span { border-color: #802C04; }
span { border-color: rgb(128,44,4); }
td.TdClassName
{
border-color: #802C04;
}
.TagClassName
{
border-color: #802C04;
}
</style>