Shades of Saddle Brown #802D03
Tints of Saddle Brown #802D03
RGB
CMYK
RGB Variations
Color information
#802D03 (or 0x802D03) is known color: Saddle Brown. HEX triplet: 80, 2D and 03. RGB value is (128,45,3). Sum of RGB (Red+Green+Blue) = 128+45+3=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #802D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802D03 is #7FD2FC. Grayscale: #414141. Windows color (decimal): -8377085 or 208256. OLE color: 208256.
HSL color Cylindrical-coordinate representation of color #802D03: hue angle of 20.16º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #802D03 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.50 |
| HSL | 20.16º | 0.95% | 0.26% | - |
| HSV(B) | 20.16º | 0.98% | 0.5% | - |
| XYZ | 9.86 | 6.47 | 0.82 | - |
| YUV | 65.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 3 | 0 | 0.65 | 0.98 | 0.50 | 20.16 | 0.95 | 0.26 |
| Hex | 80 | 2D | 3 | 0 | 41 | 62 | 32 | 14 | 5F | 1A |
| Octal | 200 | 55 | 3 | 0 | 101 | 142 | 62 | 24 | 137 | 32 |
| Binary | 10000000 | 101101 | 11 | 0 | 1000001 | 1100010 | 110010 | 10100 | 1011111 | 11010 |
Color Harmonies of #802D03
Complementary color
Monochromatic Colors of #802D03
Black with #802D03
Text Example
Text Example
White with #802D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D03; }
p { color: rgb(128,45,3); }
H1.HeaderClassName
{
color: #802D03;
}
.AnyTagClassName
{
color: #802D03;
}
</style>
background-color css
<style>
a { background-color: #802D03; }
a { background-color: rgb(128,45,3); }
div.DivClassName
{
background-color: #802D03;
}
.BgClassName
{
background-color: #802D03;
}
</style>
border-color css
<style>
span { border-color: #802D03; }
span { border-color: rgb(128,45,3); }
td.TdClassName
{
border-color: #802D03;
}
.TagClassName
{
border-color: #802D03;
}
</style>