#7E4932

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

Shades of Cigar #7E4932

Tints of Cigar #7E4932

Color information

#7E4932 (or 0x7E4932) is unknown color: approx Cigar. HEX triplet: 7E, 49 and 32. RGB value is (126,73,50). Sum of RGB (Red+Green+Blue) = 126+73+50=249 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.60% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4932 is #81B6CD. Grayscale: #565656. Windows color (decimal): -8500942 or 3295614. OLE color: 3295614.

HSL color Cylindrical-coordinate representation of color #7E4932: hue angle of 18.16º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E4932 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB1267350-
CMYK00.420.600.51
HSL18.16º43.18%34.51%-
HSV(B)18.16º60.32%49.41%-
XYZ11.569.434.23-
YUV86.22107.56156.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50.60%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 50 (19.92% from 255) = 20.08%
R=50.60%
G=29.32%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126735000.420.600.5118.1643.1834.51
Hex7E493202A3C33122b23
Octal176111620527463225343
Binary11111101001001110010010101011110011001110010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,73,50); }

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

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

 a { background-color: rgb(126,73,50); }

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

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

 span { border-color: rgb(126,73,50); }

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