Shades of Cigar #814F36
Tints of Cigar #814F36
RGB
CMYK
RGB Variations
Color information
#814F36 (or 0x814F36) is known color: Cigar. HEX triplet: 81, 4F and 36. RGB value is (129,79,54). Sum of RGB (Red+Green+Blue) = 129+79+54=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #814F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F36 is #7EB0C9. Grayscale: #5B5B5B. Windows color (decimal): -8302794 or 3559297. OLE color: 3559297.
HSL color Cylindrical-coordinate representation of color #814F36: hue angle of 20º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #814F36 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 79 | 54 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.49 |
| HSL | 20º | 0.41% | 0.36% | - |
| HSV(B) | 20º | 0.58% | 0.51% | - |
| XYZ | 12.52 | 10.53 | 4.86 | - |
| YUV | 91.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 79 | 54 | 0 | 0.39 | 0.58 | 0.49 | 20 | 0.41 | 0.36 |
| Hex | 81 | 4F | 36 | 0 | 27 | 3A | 31 | 14 | 29 | 24 |
| Octal | 201 | 117 | 66 | 0 | 47 | 72 | 61 | 24 | 51 | 44 |
| Binary | 10000001 | 1001111 | 110110 | 0 | 100111 | 111010 | 110001 | 10100 | 101001 | 100100 |
Color Harmonies of #814F36
Complementary color
Monochromatic Colors of #814F36
Black with #814F36
Text Example
Text Example
White with #814F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814F36; }
p { color: rgb(129,79,54); }
H1.HeaderClassName
{
color: #814F36;
}
.AnyTagClassName
{
color: #814F36;
}
</style>
background-color css
<style>
a { background-color: #814F36; }
a { background-color: rgb(129,79,54); }
div.DivClassName
{
background-color: #814F36;
}
.BgClassName
{
background-color: #814F36;
}
</style>
border-color css
<style>
span { border-color: #814F36; }
span { border-color: rgb(129,79,54); }
td.TdClassName
{
border-color: #814F36;
}
.TagClassName
{
border-color: #814F36;
}
</style>