#79503A

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

Shades of Cigar #79503A

Tints of Cigar #79503A

Color information

#79503A (or 0x79503A) is unknown color: approx Cigar. HEX triplet: 79, 50 and 3A. RGB value is (121,80,58). Sum of RGB (Red+Green+Blue) = 121+80+58=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #79503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79503A is #86AFC5. Grayscale: #595959. Windows color (decimal): -8826822 or 3821689. OLE color: 3821689.

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

Color convert

RGB1218058-
CMYK00.340.520.53
HSL20.95º35.2%35.1%-
HSV(B)20.95º52.07%47.45%-
XYZ11.5210.115.35-
YUV89.75110.08150.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.72%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 58 (23.05% from 255) = 22.39%
R=46.72%
G=30.89%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121805800.340.520.5320.9535.235.1
Hex79503A0223435152323
Octal171120720426465254343
Binary11110011010000111010010001011010011010110101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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