#795035

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

Shades of Cigar #795035

Tints of Cigar #795035

Color information

#795035 (or 0x795035) is unknown color: approx Cigar. HEX triplet: 79, 50 and 35. RGB value is (121,80,53). Sum of RGB (Red+Green+Blue) = 121+80+53=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #795035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795035 is #86AFCA. Grayscale: #595959. Windows color (decimal): -8826827 or 3494009. OLE color: 3494009.

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

Color convert

RGB1218053-
CMYK00.340.560.53
HSL23.82º39.08%34.12%-
HSV(B)23.82º56.2%47.45%-
XYZ11.410.064.71-
YUV89.18107.58150.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.64%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 53 (21.09% from 255) = 20.87%
R=47.64%
G=31.50%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121805300.340.560.5323.8239.0834.12
Hex7950350223835182722
Octal171120650427065304742
Binary11110011010000110101010001011100011010111000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795035; }

 p { color: rgb(121,80,53); }

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

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

 a { background-color: rgb(121,80,53); }

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

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

 span { border-color: rgb(121,80,53); }

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