Shades of Saddle Brown #802B01
Tints of Saddle Brown #802B01
RGB
CMYK
RGB Variations
Color information
#802B01 (or 0x802B01) is known color: Saddle Brown. HEX triplet: 80, 2B and 01. RGB value is (128,43,1). Sum of RGB (Red+Green+Blue) = 128+43+1=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #802B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802B01 is #7FD4FE. Grayscale: #3F3F3F. Windows color (decimal): -8377599 or 76672. OLE color: 76672.
HSL color Cylindrical-coordinate representation of color #802B01: hue angle of 19.84º 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 #802B01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 43 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.50 |
| HSL | 19.84º | 0.98% | 0.25% | - |
| HSV(B) | 19.84º | 0.99% | 0.5% | - |
| XYZ | 9.77 | 6.32 | 0.73 | - |
| YUV | 63.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 1 | 0 | 0.66 | 0.99 | 0.50 | 19.84 | 0.98 | 0.25 |
| Hex | 80 | 2B | 1 | 0 | 42 | 63 | 32 | 14 | 62 | 19 |
| Octal | 200 | 53 | 1 | 0 | 102 | 143 | 62 | 24 | 142 | 31 |
| Binary | 10000000 | 101011 | 1 | 0 | 1000010 | 1100011 | 110010 | 10100 | 1100010 | 11001 |
Color Harmonies of #802B01
Complementary color
Monochromatic Colors of #802B01
Black with #802B01
Text Example
Text Example
White with #802B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802B01; }
p { color: rgb(128,43,1); }
H1.HeaderClassName
{
color: #802B01;
}
.AnyTagClassName
{
color: #802B01;
}
</style>
background-color css
<style>
a { background-color: #802B01; }
a { background-color: rgb(128,43,1); }
div.DivClassName
{
background-color: #802B01;
}
.BgClassName
{
background-color: #802B01;
}
</style>
border-color css
<style>
span { border-color: #802B01; }
span { border-color: rgb(128,43,1); }
td.TdClassName
{
border-color: #802B01;
}
.TagClassName
{
border-color: #802B01;
}
</style>