#7C4933

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

Shades of Cigar #7C4933

Tints of Cigar #7C4933

Color information

#7C4933 (or 0x7C4933) is unknown color: approx Cigar. HEX triplet: 7C, 49 and 33. RGB value is (124,73,51). Sum of RGB (Red+Green+Blue) = 124+73+51=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4933 is #83B6CC. Grayscale: #555555. Windows color (decimal): -8632013 or 3361148. OLE color: 3361148.

HSL color Cylindrical-coordinate representation of color #7C4933: hue angle of 18.08º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C4933 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB1247351-
CMYK00.410.590.51
HSL18.08º41.71%34.31%-
HSV(B)18.08º58.87%48.63%-
XYZ11.299.294.33-
YUV85.74108.4155.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 51 (20.31% from 255) = 20.56%
R=50%
G=29.44%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124735100.410.590.5118.0841.7134.31
Hex7C49330293B33122a22
Octal174111630517363225242
Binary11111001001001110011010100111101111001110010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,73,51); }

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

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

 a { background-color: rgb(124,73,51); }

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

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

 span { border-color: rgb(124,73,51); }

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