Shades of Saddle Brown #803C02
Tints of Saddle Brown #803C02
RGB
CMYK
RGB Variations
Color information
#803C02 (or 0x803C02) is known color: Saddle Brown. HEX triplet: 80, 3C and 02. RGB value is (128,60,2). Sum of RGB (Red+Green+Blue) = 128+60+2=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #803C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803C02 is #7FC3FD. Grayscale: #4A4A4A. Windows color (decimal): -8373246 or 146560. OLE color: 146560.
HSL color Cylindrical-coordinate representation of color #803C02: hue angle of 27.62º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #803C02 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 2 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.50 |
| HSL | 27.62º | 0.97% | 0.25% | - |
| HSV(B) | 27.62º | 0.98% | 0.5% | - |
| XYZ | 10.53 | 7.83 | 1.01 | - |
| YUV | 73.72 | 87.53 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 2 | 0 | 0.53 | 0.98 | 0.50 | 27.62 | 0.97 | 0.25 |
| Hex | 80 | 3C | 2 | 0 | 35 | 62 | 32 | 1C | 61 | 19 |
| Octal | 200 | 74 | 2 | 0 | 65 | 142 | 62 | 34 | 141 | 31 |
| Binary | 10000000 | 111100 | 10 | 0 | 110101 | 1100010 | 110010 | 11100 | 1100001 | 11001 |
Color Harmonies of #803C02
Complementary color
Monochromatic Colors of #803C02
Black with #803C02
Text Example
Text Example
White with #803C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C02; }
p { color: rgb(128,60,2); }
H1.HeaderClassName
{
color: #803C02;
}
.AnyTagClassName
{
color: #803C02;
}
</style>
background-color css
<style>
a { background-color: #803C02; }
a { background-color: rgb(128,60,2); }
div.DivClassName
{
background-color: #803C02;
}
.BgClassName
{
background-color: #803C02;
}
</style>
border-color css
<style>
span { border-color: #803C02; }
span { border-color: rgb(128,60,2); }
td.TdClassName
{
border-color: #803C02;
}
.TagClassName
{
border-color: #803C02;
}
</style>