Shades of Cigar #805337
Tints of Cigar #805337
RGB
CMYK
RGB Variations
Color information
#805337 (or 0x805337) is known color: Cigar. HEX triplet: 80, 53 and 37. RGB value is (128,83,55). Sum of RGB (Red+Green+Blue) = 128+83+55=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #805337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805337 is #7FACC8. Grayscale: #5D5D5D. Windows color (decimal): -8367305 or 3625856. OLE color: 3625856.
HSL color Cylindrical-coordinate representation of color #805337: hue angle of 23.01º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #805337 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 83 | 55 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.50 |
| HSL | 23.01º | 0.4% | 0.36% | - |
| HSV(B) | 23.01º | 0.57% | 0.5% | - |
| XYZ | 12.68 | 11.05 | 5.08 | - |
| YUV | 93.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 55 | 0 | 0.35 | 0.57 | 0.50 | 23.01 | 0.4 | 0.36 |
| Hex | 80 | 53 | 37 | 0 | 23 | 39 | 32 | 17 | 28 | 24 |
| Octal | 200 | 123 | 67 | 0 | 43 | 71 | 62 | 27 | 50 | 44 |
| Binary | 10000000 | 1010011 | 110111 | 0 | 100011 | 111001 | 110010 | 10111 | 101000 | 100100 |
Color Harmonies of #805337
Complementary color
Monochromatic Colors of #805337
Black with #805337
Text Example
Text Example
White with #805337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805337; }
p { color: rgb(128,83,55); }
H1.HeaderClassName
{
color: #805337;
}
.AnyTagClassName
{
color: #805337;
}
</style>
background-color css
<style>
a { background-color: #805337; }
a { background-color: rgb(128,83,55); }
div.DivClassName
{
background-color: #805337;
}
.BgClassName
{
background-color: #805337;
}
</style>
border-color css
<style>
span { border-color: #805337; }
span { border-color: rgb(128,83,55); }
td.TdClassName
{
border-color: #805337;
}
.TagClassName
{
border-color: #805337;
}
</style>