Shades of Saddle Brown #802F01
Tints of Saddle Brown #802F01
RGB
CMYK
RGB Variations
Color information
#802F01 (or 0x802F01) is known color: Saddle Brown. HEX triplet: 80, 2F and 01. RGB value is (128,47,1). Sum of RGB (Red+Green+Blue) = 128+47+1=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #802F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802F01 is #7FD0FE. Grayscale: #424242. Windows color (decimal): -8376575 or 77696. OLE color: 77696.
HSL color Cylindrical-coordinate representation of color #802F01: hue angle of 21.73º 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 #802F01 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 47 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.50 |
| HSL | 21.73º | 0.98% | 0.25% | - |
| HSV(B) | 21.73º | 0.99% | 0.5% | - |
| XYZ | 9.92 | 6.62 | 0.78 | - |
| YUV | 65.98 | 91.34 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 1 | 0 | 0.63 | 0.99 | 0.50 | 21.73 | 0.98 | 0.25 |
| Hex | 80 | 2F | 1 | 0 | 3F | 63 | 32 | 16 | 62 | 19 |
| Octal | 200 | 57 | 1 | 0 | 77 | 143 | 62 | 26 | 142 | 31 |
| Binary | 10000000 | 101111 | 1 | 0 | 111111 | 1100011 | 110010 | 10110 | 1100010 | 11001 |
Color Harmonies of #802F01
Complementary color
Monochromatic Colors of #802F01
Black with #802F01
Text Example
Text Example
White with #802F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802F01; }
p { color: rgb(128,47,1); }
H1.HeaderClassName
{
color: #802F01;
}
.AnyTagClassName
{
color: #802F01;
}
</style>
background-color css
<style>
a { background-color: #802F01; }
a { background-color: rgb(128,47,1); }
div.DivClassName
{
background-color: #802F01;
}
.BgClassName
{
background-color: #802F01;
}
</style>
border-color css
<style>
span { border-color: #802F01; }
span { border-color: rgb(128,47,1); }
td.TdClassName
{
border-color: #802F01;
}
.TagClassName
{
border-color: #802F01;
}
</style>