#7C4D32

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

Shades of Cigar #7C4D32

Tints of Cigar #7C4D32

Color information

#7C4D32 (or 0x7C4D32) is unknown color: approx Cigar. HEX triplet: 7C, 4D and 32. RGB value is (124,77,50). Sum of RGB (Red+Green+Blue) = 124+77+50=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4D32 is #83B2CD. Grayscale: #585858. Windows color (decimal): -8630990 or 3296636. OLE color: 3296636.

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

Color convert

RGB1247750-
CMYK00.380.600.51
HSL21.89º42.53%34.12%-
HSV(B)21.89º59.68%48.63%-
XYZ11.549.824.31-
YUV87.98106.57153.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.40%
GREEN value IS 77 (30.47% from 255) = 30.68%
BLUE value IS 50 (19.92% from 255) = 19.92%
R=49.40%
G=30.68%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124775000.380.600.5121.8942.5334.12
Hex7C4D320263C33162b22
Octal174115620467463265342
Binary11111001001101110010010011011110011001110110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,77,50); }

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

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

 a { background-color: rgb(124,77,50); }

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

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

 span { border-color: rgb(124,77,50); }

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