#795140

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

Shades of Cigar #795140

Tints of Cigar #795140

Color information

#795140 (or 0x795140) is unknown color: approx Cigar. HEX triplet: 79, 51 and 40. RGB value is (121,81,64). Sum of RGB (Red+Green+Blue) = 121+81+64=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #795140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795140 is #86AEBF. Grayscale: #5B5B5B. Windows color (decimal): -8826560 or 4215161. OLE color: 4215161.

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

Color convert

RGB1218164-
CMYK00.330.470.53
HSL17.89º30.81%36.27%-
HSV(B)17.89º47.11%47.45%-
XYZ11.7510.326.22-
YUV91.02112.75149.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.49%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 64 (25.39% from 255) = 24.06%
R=45.49%
G=30.45%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121816400.330.470.5317.8930.8136.27
Hex7951400212F35121f24
Octal1711211000415765223744
Binary11110011010001100000001000011011111101011001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795140; }

 p { color: rgb(121,81,64); }

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

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

 a { background-color: rgb(121,81,64); }

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

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

 span { border-color: rgb(121,81,64); }

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