Shades of Saddle Brown #802C09
Tints of Saddle Brown #802C09
RGB
CMYK
RGB Variations
Color information
#802C09 (or 0x802C09) is known color: Saddle Brown. HEX triplet: 80, 2C and 09. RGB value is (128,44,9). Sum of RGB (Red+Green+Blue) = 128+44+9=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #802C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C09 is #7FD3F6. Grayscale: #414141. Windows color (decimal): -8377335 or 601216. OLE color: 601216.
HSL color Cylindrical-coordinate representation of color #802C09: hue angle of 17.65º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #802C09 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 9 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.50 |
| HSL | 17.65º | 0.87% | 0.27% | - |
| HSV(B) | 17.65º | 0.93% | 0.5% | - |
| XYZ | 9.85 | 6.41 | 0.98 | - |
| YUV | 65.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 9 | 0 | 0.66 | 0.93 | 0.50 | 17.65 | 0.87 | 0.27 |
| Hex | 80 | 2C | 9 | 0 | 42 | 5D | 32 | 12 | 57 | 1B |
| Octal | 200 | 54 | 11 | 0 | 102 | 135 | 62 | 22 | 127 | 33 |
| Binary | 10000000 | 101100 | 1001 | 0 | 1000010 | 1011101 | 110010 | 10010 | 1010111 | 11011 |
Color Harmonies of #802C09
Complementary color
Monochromatic Colors of #802C09
Black with #802C09
Text Example
Text Example
White with #802C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C09; }
p { color: rgb(128,44,9); }
H1.HeaderClassName
{
color: #802C09;
}
.AnyTagClassName
{
color: #802C09;
}
</style>
background-color css
<style>
a { background-color: #802C09; }
a { background-color: rgb(128,44,9); }
div.DivClassName
{
background-color: #802C09;
}
.BgClassName
{
background-color: #802C09;
}
</style>
border-color css
<style>
span { border-color: #802C09; }
span { border-color: rgb(128,44,9); }
td.TdClassName
{
border-color: #802C09;
}
.TagClassName
{
border-color: #802C09;
}
</style>