Shades of Saddle Brown #802C02
Tints of Saddle Brown #802C02
RGB
CMYK
RGB Variations
Color information
#802C02 (or 0x802C02) is known color: Saddle Brown. HEX triplet: 80, 2C and 02. RGB value is (128,44,2). Sum of RGB (Red+Green+Blue) = 128+44+2=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #802C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C02 is #7FD3FD. Grayscale: #404040. Windows color (decimal): -8377342 or 142464. OLE color: 142464.
HSL color Cylindrical-coordinate representation of color #802C02: hue angle of 20º 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 #802C02 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 2 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.50 |
| HSL | 20º | 0.97% | 0.25% | - |
| HSV(B) | 20º | 0.98% | 0.5% | - |
| XYZ | 9.81 | 6.39 | 0.77 | - |
| YUV | 64.33 | 92.83 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 2 | 0 | 0.66 | 0.98 | 0.50 | 20 | 0.97 | 0.25 |
| Hex | 80 | 2C | 2 | 0 | 42 | 62 | 32 | 14 | 61 | 19 |
| Octal | 200 | 54 | 2 | 0 | 102 | 142 | 62 | 24 | 141 | 31 |
| Binary | 10000000 | 101100 | 10 | 0 | 1000010 | 1100010 | 110010 | 10100 | 1100001 | 11001 |
Color Harmonies of #802C02
Complementary color
Monochromatic Colors of #802C02
Black with #802C02
Text Example
Text Example
White with #802C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C02; }
p { color: rgb(128,44,2); }
H1.HeaderClassName
{
color: #802C02;
}
.AnyTagClassName
{
color: #802C02;
}
</style>
background-color css
<style>
a { background-color: #802C02; }
a { background-color: rgb(128,44,2); }
div.DivClassName
{
background-color: #802C02;
}
.BgClassName
{
background-color: #802C02;
}
</style>
border-color css
<style>
span { border-color: #802C02; }
span { border-color: rgb(128,44,2); }
td.TdClassName
{
border-color: #802C02;
}
.TagClassName
{
border-color: #802C02;
}
</style>