Shades of Saddle Brown #802A07
Tints of Saddle Brown #802A07
RGB
CMYK
RGB Variations
Color information
#802A07 (or 0x802A07) is known color: Saddle Brown. HEX triplet: 80, 2A and 07. RGB value is (128,42,7). Sum of RGB (Red+Green+Blue) = 128+42+7=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #802A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802A07 is #7FD5F8. Grayscale: #3F3F3F. Windows color (decimal): -8377849 or 469632. OLE color: 469632.
HSL color Cylindrical-coordinate representation of color #802A07: hue angle of 17.36º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #802A07 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 42 | 7 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.50 |
| HSL | 17.36º | 0.9% | 0.26% | - |
| HSV(B) | 17.36º | 0.95% | 0.5% | - |
| XYZ | 9.77 | 6.26 | 0.89 | - |
| YUV | 63.72 | 95.99 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 7 | 0 | 0.67 | 0.95 | 0.50 | 17.36 | 0.9 | 0.26 |
| Hex | 80 | 2A | 7 | 0 | 43 | 5F | 32 | 11 | 5A | 1A |
| Octal | 200 | 52 | 7 | 0 | 103 | 137 | 62 | 21 | 132 | 32 |
| Binary | 10000000 | 101010 | 111 | 0 | 1000011 | 1011111 | 110010 | 10001 | 1011010 | 11010 |
Color Harmonies of #802A07
Complementary color
Monochromatic Colors of #802A07
Black with #802A07
Text Example
Text Example
White with #802A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802A07; }
p { color: rgb(128,42,7); }
H1.HeaderClassName
{
color: #802A07;
}
.AnyTagClassName
{
color: #802A07;
}
</style>
background-color css
<style>
a { background-color: #802A07; }
a { background-color: rgb(128,42,7); }
div.DivClassName
{
background-color: #802A07;
}
.BgClassName
{
background-color: #802A07;
}
</style>
border-color css
<style>
span { border-color: #802A07; }
span { border-color: rgb(128,42,7); }
td.TdClassName
{
border-color: #802A07;
}
.TagClassName
{
border-color: #802A07;
}
</style>