Shades of Cigar #814E33
Tints of Cigar #814E33
RGB
CMYK
RGB Variations
Color information
#814E33 (or 0x814E33) is known color: Cigar. HEX triplet: 81, 4E and 33. RGB value is (129,78,51). Sum of RGB (Red+Green+Blue) = 129+78+51=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #814E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E33 is #7EB1CC. Grayscale: #5A5A5A. Windows color (decimal): -8303053 or 3362433. OLE color: 3362433.
HSL color Cylindrical-coordinate representation of color #814E33: hue angle of 20.77º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #814E33 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 51 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.49 |
| HSL | 20.77º | 0.43% | 0.35% | - |
| HSV(B) | 20.77º | 0.6% | 0.51% | - |
| XYZ | 12.38 | 10.35 | 4.48 | - |
| YUV | 90.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 51 | 0 | 0.40 | 0.60 | 0.49 | 20.77 | 0.43 | 0.35 |
| Hex | 81 | 4E | 33 | 0 | 28 | 3C | 31 | 15 | 2B | 23 |
| Octal | 201 | 116 | 63 | 0 | 50 | 74 | 61 | 25 | 53 | 43 |
| Binary | 10000001 | 1001110 | 110011 | 0 | 101000 | 111100 | 110001 | 10101 | 101011 | 100011 |
Color Harmonies of #814E33
Complementary color
Monochromatic Colors of #814E33
Black with #814E33
Text Example
Text Example
White with #814E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E33; }
p { color: rgb(129,78,51); }
H1.HeaderClassName
{
color: #814E33;
}
.AnyTagClassName
{
color: #814E33;
}
</style>
background-color css
<style>
a { background-color: #814E33; }
a { background-color: rgb(129,78,51); }
div.DivClassName
{
background-color: #814E33;
}
.BgClassName
{
background-color: #814E33;
}
</style>
border-color css
<style>
span { border-color: #814E33; }
span { border-color: rgb(129,78,51); }
td.TdClassName
{
border-color: #814E33;
}
.TagClassName
{
border-color: #814E33;
}
</style>