Shades of Saddle Brown #802C03
Tints of Saddle Brown #802C03
RGB
CMYK
RGB Variations
Color information
#802C03 (or 0x802C03) is known color: Saddle Brown. HEX triplet: 80, 2C and 03. RGB value is (128,44,3). Sum of RGB (Red+Green+Blue) = 128+44+3=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #802C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C03 is #7FD3FC. Grayscale: #404040. Windows color (decimal): -8377341 or 208000. OLE color: 208000.
HSL color Cylindrical-coordinate representation of color #802C03: hue angle of 19.68º 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 #802C03 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 3 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.50 |
| HSL | 19.68º | 0.95% | 0.26% | - |
| HSV(B) | 19.68º | 0.98% | 0.5% | - |
| XYZ | 9.82 | 6.4 | 0.8 | - |
| YUV | 64.44 | 93.33 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 3 | 0 | 0.66 | 0.98 | 0.50 | 19.68 | 0.95 | 0.26 |
| Hex | 80 | 2C | 3 | 0 | 42 | 62 | 32 | 14 | 5F | 1A |
| Octal | 200 | 54 | 3 | 0 | 102 | 142 | 62 | 24 | 137 | 32 |
| Binary | 10000000 | 101100 | 11 | 0 | 1000010 | 1100010 | 110010 | 10100 | 1011111 | 11010 |
Color Harmonies of #802C03
Complementary color
Monochromatic Colors of #802C03
Black with #802C03
Text Example
Text Example
White with #802C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C03; }
p { color: rgb(128,44,3); }
H1.HeaderClassName
{
color: #802C03;
}
.AnyTagClassName
{
color: #802C03;
}
</style>
background-color css
<style>
a { background-color: #802C03; }
a { background-color: rgb(128,44,3); }
div.DivClassName
{
background-color: #802C03;
}
.BgClassName
{
background-color: #802C03;
}
</style>
border-color css
<style>
span { border-color: #802C03; }
span { border-color: rgb(128,44,3); }
td.TdClassName
{
border-color: #802C03;
}
.TagClassName
{
border-color: #802C03;
}
</style>