Shades of Saddle Brown #802A05
Tints of Saddle Brown #802A05
RGB
CMYK
RGB Variations
Color information
#802A05 (or 0x802A05) is known color: Saddle Brown. HEX triplet: 80, 2A and 05. RGB value is (128,42,5). Sum of RGB (Red+Green+Blue) = 128+42+5=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #802A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802A05 is #7FD5FA. Grayscale: #3F3F3F. Windows color (decimal): -8377851 or 338560. OLE color: 338560.
HSL color Cylindrical-coordinate representation of color #802A05: hue angle of 18.05º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #802A05 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 42 | 5 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.50 |
| HSL | 18.05º | 0.92% | 0.26% | - |
| HSV(B) | 18.05º | 0.96% | 0.5% | - |
| XYZ | 9.76 | 6.26 | 0.84 | - |
| YUV | 63.5 | 94.99 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 5 | 0 | 0.67 | 0.96 | 0.50 | 18.05 | 0.92 | 0.26 |
| Hex | 80 | 2A | 5 | 0 | 43 | 60 | 32 | 12 | 5C | 1A |
| Octal | 200 | 52 | 5 | 0 | 103 | 140 | 62 | 22 | 134 | 32 |
| Binary | 10000000 | 101010 | 101 | 0 | 1000011 | 1100000 | 110010 | 10010 | 1011100 | 11010 |
Color Harmonies of #802A05
Complementary color
Monochromatic Colors of #802A05
Black with #802A05
Text Example
Text Example
White with #802A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802A05; }
p { color: rgb(128,42,5); }
H1.HeaderClassName
{
color: #802A05;
}
.AnyTagClassName
{
color: #802A05;
}
</style>
background-color css
<style>
a { background-color: #802A05; }
a { background-color: rgb(128,42,5); }
div.DivClassName
{
background-color: #802A05;
}
.BgClassName
{
background-color: #802A05;
}
</style>
border-color css
<style>
span { border-color: #802A05; }
span { border-color: rgb(128,42,5); }
td.TdClassName
{
border-color: #802A05;
}
.TagClassName
{
border-color: #802A05;
}
</style>