#794F3F

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

Shades of Cigar #794F3F

Tints of Cigar #794F3F

Color information

#794F3F (or 0x794F3F) is unknown color: approx Cigar. HEX triplet: 79, 4F and 3F. RGB value is (121,79,63). Sum of RGB (Red+Green+Blue) = 121+79+63=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #794F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794F3F is #86B0C0. Grayscale: #595959. Windows color (decimal): -8827073 or 4149113. OLE color: 4149113.

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

Color convert

RGB1217963-
CMYK00.350.480.53
HSL16.55º31.52%36.08%-
HSV(B)16.55º47.93%47.45%-
XYZ11.5810.026.03-
YUV89.73112.91150.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 79 (31.25% from 255) = 30.04%
BLUE value IS 63 (25% from 255) = 23.95%
R=46.01%
G=30.04%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121796300.350.480.5316.5531.5236.08
Hex794F3F0233035112024
Octal171117770436065214044
Binary11110011001111111111010001111000011010110001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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