Shades of Saddle Brown #802906
Tints of Saddle Brown #802906
RGB
CMYK
RGB Variations
Color information
#802906 (or 0x802906) is known color: Saddle Brown. HEX triplet: 80, 29 and 06. RGB value is (128,41,6). Sum of RGB (Red+Green+Blue) = 128+41+6=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #802906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802906 is #7FD6F9. Grayscale: #3F3F3F. Windows color (decimal): -8378106 or 403840. OLE color: 403840.
HSL color Cylindrical-coordinate representation of color #802906: hue angle of 17.21º degrees, saturation: 0.91, 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 #802906 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 6 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.50 |
| HSL | 17.21º | 0.91% | 0.26% | - |
| HSV(B) | 17.21º | 0.95% | 0.5% | - |
| XYZ | 9.73 | 6.19 | 0.85 | - |
| YUV | 63.02 | 95.82 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 6 | 0 | 0.68 | 0.95 | 0.50 | 17.21 | 0.91 | 0.26 |
| Hex | 80 | 29 | 6 | 0 | 44 | 5F | 32 | 11 | 5B | 1A |
| Octal | 200 | 51 | 6 | 0 | 104 | 137 | 62 | 21 | 133 | 32 |
| Binary | 10000000 | 101001 | 110 | 0 | 1000100 | 1011111 | 110010 | 10001 | 1011011 | 11010 |
Color Harmonies of #802906
Complementary color
Monochromatic Colors of #802906
Black with #802906
Text Example
Text Example
White with #802906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802906; }
p { color: rgb(128,41,6); }
H1.HeaderClassName
{
color: #802906;
}
.AnyTagClassName
{
color: #802906;
}
</style>
background-color css
<style>
a { background-color: #802906; }
a { background-color: rgb(128,41,6); }
div.DivClassName
{
background-color: #802906;
}
.BgClassName
{
background-color: #802906;
}
</style>
border-color css
<style>
span { border-color: #802906; }
span { border-color: rgb(128,41,6); }
td.TdClassName
{
border-color: #802906;
}
.TagClassName
{
border-color: #802906;
}
</style>