Shades of Saddle Brown #802F03
Tints of Saddle Brown #802F03
RGB
CMYK
RGB Variations
Color information
#802F03 (or 0x802F03) is known color: Saddle Brown. HEX triplet: 80, 2F and 03. RGB value is (128,47,3). Sum of RGB (Red+Green+Blue) = 128+47+3=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #802F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802F03 is #7FD0FC. Grayscale: #424242. Windows color (decimal): -8376573 or 208768. OLE color: 208768.
HSL color Cylindrical-coordinate representation of color #802F03: hue angle of 21.12º 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 #802F03 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 47 | 3 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.50 |
| HSL | 21.12º | 0.95% | 0.26% | - |
| HSV(B) | 21.12º | 0.98% | 0.5% | - |
| XYZ | 9.94 | 6.63 | 0.84 | - |
| YUV | 66.2 | 92.34 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 3 | 0 | 0.63 | 0.98 | 0.50 | 21.12 | 0.95 | 0.26 |
| Hex | 80 | 2F | 3 | 0 | 3F | 62 | 32 | 15 | 5F | 1A |
| Octal | 200 | 57 | 3 | 0 | 77 | 142 | 62 | 25 | 137 | 32 |
| Binary | 10000000 | 101111 | 11 | 0 | 111111 | 1100010 | 110010 | 10101 | 1011111 | 11010 |
Color Harmonies of #802F03
Complementary color
Monochromatic Colors of #802F03
Black with #802F03
Text Example
Text Example
White with #802F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802F03; }
p { color: rgb(128,47,3); }
H1.HeaderClassName
{
color: #802F03;
}
.AnyTagClassName
{
color: #802F03;
}
</style>
background-color css
<style>
a { background-color: #802F03; }
a { background-color: rgb(128,47,3); }
div.DivClassName
{
background-color: #802F03;
}
.BgClassName
{
background-color: #802F03;
}
</style>
border-color css
<style>
span { border-color: #802F03; }
span { border-color: rgb(128,47,3); }
td.TdClassName
{
border-color: #802F03;
}
.TagClassName
{
border-color: #802F03;
}
</style>