#7F4E36

Color #7F4E36 Cigar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cigar #7F4E36

Tints of Cigar #7F4E36

Color information

#7F4E36 (or 0x7F4E36) is unknown color: approx Cigar. HEX triplet: 7F, 4E and 36. RGB value is (127,78,54). Sum of RGB (Red+Green+Blue) = 127+78+54=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4E36 is #80B1C9. Grayscale: #5A5A5A. Windows color (decimal): -8434122 or 3559039. OLE color: 3559039.

HSL color Cylindrical-coordinate representation of color #7F4E36: hue angle of 19.73º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F4E36 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB1277854-
CMYK00.390.570.50
HSL19.73º40.33%35.49%-
HSV(B)19.73º57.48%49.8%-
XYZ12.1410.234.82-
YUV89.92107.73154.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 49.03%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 54 (21.48% from 255) = 20.85%
R=49.03%
G=30.12%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127785400.390.570.5019.7340.3335.49
Hex7F4E360273932142823
Octal177116660477162245043
Binary11111111001110110110010011111100111001010100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F4E36; }

 p { color: rgb(127,78,54); }

 H1.HeaderClassName
 {
   color: #7F4E36;
 }
 .AnyTagClassName
 {
   color: #7F4E36;
 }
</style>
background-color css

<style>
 a { background-color: #7F4E36; }

 a { background-color: rgb(127,78,54); }

 div.DivClassName
 {
   background-color: #7F4E36;
 }
 .BgClassName
 {
   background-color: #7F4E36;
 }
</style>
border-color css

<style>
 span { border-color: #7F4E36; }

 span { border-color: rgb(127,78,54); }

 td.TdClassName
 {
   border-color: #7F4E36;
 }
 .TagClassName
 {
   border-color: #7F4E36;
 }
</style>