Shades of Saddle Brown #803D02
Tints of Saddle Brown #803D02
RGB
CMYK
RGB Variations
Color information
#803D02 (or 0x803D02) is known color: Saddle Brown. HEX triplet: 80, 3D and 02. RGB value is (128,61,2). Sum of RGB (Red+Green+Blue) = 128+61+2=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #803D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803D02 is #7FC2FD. Grayscale: #4A4A4A. Windows color (decimal): -8372990 or 146816. OLE color: 146816.
HSL color Cylindrical-coordinate representation of color #803D02: hue angle of 28.1º 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 #803D02 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 2 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.50 |
| HSL | 28.1º | 0.97% | 0.25% | - |
| HSV(B) | 28.1º | 0.98% | 0.5% | - |
| XYZ | 10.58 | 7.93 | 1.03 | - |
| YUV | 74.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 2 | 0 | 0.52 | 0.98 | 0.50 | 28.1 | 0.97 | 0.25 |
| Hex | 80 | 3D | 2 | 0 | 34 | 62 | 32 | 1C | 61 | 19 |
| Octal | 200 | 75 | 2 | 0 | 64 | 142 | 62 | 34 | 141 | 31 |
| Binary | 10000000 | 111101 | 10 | 0 | 110100 | 1100010 | 110010 | 11100 | 1100001 | 11001 |
Color Harmonies of #803D02
Complementary color
Monochromatic Colors of #803D02
Black with #803D02
Text Example
Text Example
White with #803D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D02; }
p { color: rgb(128,61,2); }
H1.HeaderClassName
{
color: #803D02;
}
.AnyTagClassName
{
color: #803D02;
}
</style>
background-color css
<style>
a { background-color: #803D02; }
a { background-color: rgb(128,61,2); }
div.DivClassName
{
background-color: #803D02;
}
.BgClassName
{
background-color: #803D02;
}
</style>
border-color css
<style>
span { border-color: #803D02; }
span { border-color: rgb(128,61,2); }
td.TdClassName
{
border-color: #803D02;
}
.TagClassName
{
border-color: #803D02;
}
</style>