#79503B

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

Shades of Cigar #79503B

Tints of Cigar #79503B

Color information

#79503B (or 0x79503B) is unknown color: approx Cigar. HEX triplet: 79, 50 and 3B. RGB value is (121,80,59). Sum of RGB (Red+Green+Blue) = 121+80+59=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #79503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79503B is #86AFC4. Grayscale: #595959. Windows color (decimal): -8826821 or 3887225. OLE color: 3887225.

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

Color convert

RGB1218059-
CMYK00.340.510.53
HSL20.32º34.44%35.29%-
HSV(B)20.32º51.24%47.45%-
XYZ11.5410.125.48-
YUV89.86110.58150.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.54%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=46.54%
G=30.77%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121805900.340.510.5320.3234.4435.29
Hex79503B0223335142223
Octal171120730426365244243
Binary11110011010000111011010001011001111010110100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79503B; }

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

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

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

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

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

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

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

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