Shades of Cigar #814D37
Tints of Cigar #814D37
RGB
CMYK
RGB Variations
Color information
#814D37 (or 0x814D37) is known color: Cigar. HEX triplet: 81, 4D and 37. RGB value is (129,77,55). Sum of RGB (Red+Green+Blue) = 129+77+55=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #814D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D37 is #7EB2C8. Grayscale: #5A5A5A. Windows color (decimal): -8303305 or 3624321. OLE color: 3624321.
HSL color Cylindrical-coordinate representation of color #814D37: hue angle of 17.84º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814D37 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 55 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.49 |
| HSL | 17.84º | 0.4% | 0.36% | - |
| HSV(B) | 17.84º | 0.57% | 0.51% | - |
| XYZ | 12.4 | 10.25 | 4.94 | - |
| YUV | 90.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 55 | 0 | 0.40 | 0.57 | 0.49 | 17.84 | 0.4 | 0.36 |
| Hex | 81 | 4D | 37 | 0 | 28 | 39 | 31 | 12 | 28 | 24 |
| Octal | 201 | 115 | 67 | 0 | 50 | 71 | 61 | 22 | 50 | 44 |
| Binary | 10000001 | 1001101 | 110111 | 0 | 101000 | 111001 | 110001 | 10010 | 101000 | 100100 |
Color Harmonies of #814D37
Complementary color
Monochromatic Colors of #814D37
Black with #814D37
Text Example
Text Example
White with #814D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D37; }
p { color: rgb(129,77,55); }
H1.HeaderClassName
{
color: #814D37;
}
.AnyTagClassName
{
color: #814D37;
}
</style>
background-color css
<style>
a { background-color: #814D37; }
a { background-color: rgb(129,77,55); }
div.DivClassName
{
background-color: #814D37;
}
.BgClassName
{
background-color: #814D37;
}
</style>
border-color css
<style>
span { border-color: #814D37; }
span { border-color: rgb(129,77,55); }
td.TdClassName
{
border-color: #814D37;
}
.TagClassName
{
border-color: #814D37;
}
</style>