#7C4C32

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

Shades of Cigar #7C4C32

Tints of Cigar #7C4C32

Color information

#7C4C32 (or 0x7C4C32) is unknown color: approx Cigar. HEX triplet: 7C, 4C and 32. RGB value is (124,76,50). Sum of RGB (Red+Green+Blue) = 124+76+50=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4C32 is #83B3CD. Grayscale: #575757. Windows color (decimal): -8631246 or 3296380. OLE color: 3296380.

HSL color Cylindrical-coordinate representation of color #7C4C32: hue angle of 21.08º 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 #7C4C32 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB1247650-
CMYK00.390.600.51
HSL21.08º42.53%34.12%-
HSV(B)21.08º59.68%48.63%-
XYZ11.479.684.28-
YUV87.39106.9154.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.6%
GREEN value IS 76 (30.08% from 255) = 30.4%
BLUE value IS 50 (19.92% from 255) = 20%
R=49.6%
G=30.4%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124765000.390.600.5121.0842.5334.12
Hex7C4C320273C33152b22
Octal174114620477463255342
Binary11111001001100110010010011111110011001110101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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