Shades of Cigar #805238
Tints of Cigar #805238
RGB
CMYK
RGB Variations
Color information
#805238 (or 0x805238) is known color: Cigar. HEX triplet: 80, 52 and 38. RGB value is (128,82,56). Sum of RGB (Red+Green+Blue) = 128+82+56=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #805238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805238 is #7FADC7. Grayscale: #5C5C5C. Windows color (decimal): -8367560 or 3691136. OLE color: 3691136.
HSL color Cylindrical-coordinate representation of color #805238: hue angle of 21.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #805238 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 82 | 56 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.50 |
| HSL | 21.67º | 0.39% | 0.36% | - |
| HSV(B) | 21.67º | 0.56% | 0.5% | - |
| XYZ | 12.63 | 10.91 | 5.18 | - |
| YUV | 92.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 56 | 0 | 0.36 | 0.56 | 0.50 | 21.67 | 0.39 | 0.36 |
| Hex | 80 | 52 | 38 | 0 | 24 | 38 | 32 | 16 | 27 | 24 |
| Octal | 200 | 122 | 70 | 0 | 44 | 70 | 62 | 26 | 47 | 44 |
| Binary | 10000000 | 1010010 | 111000 | 0 | 100100 | 111000 | 110010 | 10110 | 100111 | 100100 |
Color Harmonies of #805238
Complementary color
Monochromatic Colors of #805238
Black with #805238
Text Example
Text Example
White with #805238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805238; }
p { color: rgb(128,82,56); }
H1.HeaderClassName
{
color: #805238;
}
.AnyTagClassName
{
color: #805238;
}
</style>
background-color css
<style>
a { background-color: #805238; }
a { background-color: rgb(128,82,56); }
div.DivClassName
{
background-color: #805238;
}
.BgClassName
{
background-color: #805238;
}
</style>
border-color css
<style>
span { border-color: #805238; }
span { border-color: rgb(128,82,56); }
td.TdClassName
{
border-color: #805238;
}
.TagClassName
{
border-color: #805238;
}
</style>