Shades of Cigar #845238
Tints of Cigar #845238
RGB
CMYK
RGB Variations
Color information
#845238 (or 0x845238) is known color: Cigar. HEX triplet: 84, 52 and 38. RGB value is (132,82,56). Sum of RGB (Red+Green+Blue) = 132+82+56=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #845238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845238 is #7BADC7. Grayscale: #5E5E5E. Windows color (decimal): -8105416 or 3691140. OLE color: 3691140.
HSL color Cylindrical-coordinate representation of color #845238: hue angle of 20.53º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #845238 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 56 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.48 |
| HSL | 20.53º | 0.4% | 0.37% | - |
| HSV(B) | 20.53º | 0.58% | 0.52% | - |
| XYZ | 13.25 | 11.23 | 5.21 | - |
| YUV | 93.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 56 | 0 | 0.38 | 0.58 | 0.48 | 20.53 | 0.4 | 0.37 |
| Hex | 84 | 52 | 38 | 0 | 26 | 3A | 30 | 15 | 28 | 25 |
| Octal | 204 | 122 | 70 | 0 | 46 | 72 | 60 | 25 | 50 | 45 |
| Binary | 10000100 | 1010010 | 111000 | 0 | 100110 | 111010 | 110000 | 10101 | 101000 | 100101 |
Color Harmonies of #845238
Complementary color
Monochromatic Colors of #845238
Black with #845238
Text Example
Text Example
White with #845238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845238; }
p { color: rgb(132,82,56); }
H1.HeaderClassName
{
color: #845238;
}
.AnyTagClassName
{
color: #845238;
}
</style>
background-color css
<style>
a { background-color: #845238; }
a { background-color: rgb(132,82,56); }
div.DivClassName
{
background-color: #845238;
}
.BgClassName
{
background-color: #845238;
}
</style>
border-color css
<style>
span { border-color: #845238; }
span { border-color: rgb(132,82,56); }
td.TdClassName
{
border-color: #845238;
}
.TagClassName
{
border-color: #845238;
}
</style>