#7F5034

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

Shades of Cigar #7F5034

Tints of Cigar #7F5034

Color information

#7F5034 (or 0x7F5034) is unknown color: approx Cigar. HEX triplet: 7F, 50 and 34. RGB value is (127,80,52). Sum of RGB (Red+Green+Blue) = 127+80+52=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5034 is #80AFCB. Grayscale: #5B5B5B. Windows color (decimal): -8433612 or 3428479. OLE color: 3428479.

HSL color Cylindrical-coordinate representation of color #7F5034: hue angle of 22.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F5034 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB1278052-
CMYK00.370.590.50
HSL22.4º41.9%35.1%-
HSV(B)22.4º59.06%49.8%-
XYZ12.2410.54.63-
YUV90.86106.07153.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.03%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 52 (20.70% from 255) = 20.08%
R=49.03%
G=30.89%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127805200.370.590.5022.441.935.1
Hex7F50340253B32162a23
Octal177120640457362265243
Binary11111111010000110100010010111101111001010110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F5034; }

 p { color: rgb(127,80,52); }

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

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

 a { background-color: rgb(127,80,52); }

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

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

 span { border-color: rgb(127,80,52); }

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