Shades of Saddle Brown #802C01
Tints of Saddle Brown #802C01
RGB
CMYK
RGB Variations
Color information
#802C01 (or 0x802C01) is known color: Saddle Brown. HEX triplet: 80, 2C and 01. RGB value is (128,44,1). Sum of RGB (Red+Green+Blue) = 128+44+1=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #802C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C01 is #7FD3FE. Grayscale: #404040. Windows color (decimal): -8377343 or 76928. OLE color: 76928.
HSL color Cylindrical-coordinate representation of color #802C01: hue angle of 20.31º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #802C01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.50 |
| HSL | 20.31º | 0.98% | 0.25% | - |
| HSV(B) | 20.31º | 0.99% | 0.5% | - |
| XYZ | 9.81 | 6.39 | 0.75 | - |
| YUV | 64.21 | 92.33 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 1 | 0 | 0.66 | 0.99 | 0.50 | 20.31 | 0.98 | 0.25 |
| Hex | 80 | 2C | 1 | 0 | 42 | 63 | 32 | 14 | 62 | 19 |
| Octal | 200 | 54 | 1 | 0 | 102 | 143 | 62 | 24 | 142 | 31 |
| Binary | 10000000 | 101100 | 1 | 0 | 1000010 | 1100011 | 110010 | 10100 | 1100010 | 11001 |
Color Harmonies of #802C01
Complementary color
Monochromatic Colors of #802C01
Black with #802C01
Text Example
Text Example
White with #802C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C01; }
p { color: rgb(128,44,1); }
H1.HeaderClassName
{
color: #802C01;
}
.AnyTagClassName
{
color: #802C01;
}
</style>
background-color css
<style>
a { background-color: #802C01; }
a { background-color: rgb(128,44,1); }
div.DivClassName
{
background-color: #802C01;
}
.BgClassName
{
background-color: #802C01;
}
</style>
border-color css
<style>
span { border-color: #802C01; }
span { border-color: rgb(128,44,1); }
td.TdClassName
{
border-color: #802C01;
}
.TagClassName
{
border-color: #802C01;
}
</style>