#794F3C

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

Shades of Cigar #794F3C

Tints of Cigar #794F3C

Color information

#794F3C (or 0x794F3C) is unknown color: approx Cigar. HEX triplet: 79, 4F and 3C. RGB value is (121,79,60). Sum of RGB (Red+Green+Blue) = 121+79+60=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #794F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794F3C is #86B0C3. Grayscale: #595959. Windows color (decimal): -8827076 or 3952505. OLE color: 3952505.

HSL color Cylindrical-coordinate representation of color #794F3C: hue angle of 18.69º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #794F3C is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1217960-
CMYK00.350.500.53
HSL18.69º33.7%35.49%-
HSV(B)18.69º50.41%47.45%-
XYZ11.59.985.6-
YUV89.39111.41150.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.54%
GREEN value IS 79 (31.25% from 255) = 30.38%
BLUE value IS 60 (23.83% from 255) = 23.08%
R=46.54%
G=30.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121796000.350.500.5318.6933.735.49
Hex794F3C0233235132223
Octal171117740436265234243
Binary11110011001111111100010001111001011010110011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794F3C; }

 p { color: rgb(121,79,60); }

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

<style>
 a { background-color: #794F3C; }

 a { background-color: rgb(121,79,60); }

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

<style>
 span { border-color: #794F3C; }

 span { border-color: rgb(121,79,60); }

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