#7F4931

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

Shades of Cigar #7F4931

Tints of Cigar #7F4931

Color information

#7F4931 (or 0x7F4931) is unknown color: approx Cigar. HEX triplet: 7F, 49 and 31. RGB value is (127,73,49). Sum of RGB (Red+Green+Blue) = 127+73+49=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4931 is #80B6CE. Grayscale: #565656. Windows color (decimal): -8435407 or 3230079. OLE color: 3230079.

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

Color convert

RGB1277349-
CMYK00.430.610.50
HSL18.46º44.32%34.51%-
HSV(B)18.46º61.42%49.8%-
XYZ11.699.54.12-
YUV86.41106.89156.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.00%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 49 (19.53% from 255) = 19.68%
R=51.00%
G=29.32%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127734900.430.610.5018.4644.3234.51
Hex7F493102B3D32122c23
Octal177111610537562225443
Binary11111111001001110001010101111110111001010010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,73,49); }

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

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

 a { background-color: rgb(127,73,49); }

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

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

 span { border-color: rgb(127,73,49); }

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