#7F543E

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

Shades of Cigar #7F543E

Tints of Cigar #7F543E

Color information

#7F543E (or 0x7F543E) is unknown color: approx Cigar. HEX triplet: 7F, 54 and 3E. RGB value is (127,84,62). Sum of RGB (Red+Green+Blue) = 127+84+62=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F543E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F543E is #80ABC1. Grayscale: #5E5E5E. Windows color (decimal): -8432578 or 4084863. OLE color: 4084863.

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

Color convert

RGB1278462-
CMYK00.340.510.50
HSL20.31º34.39%37.06%-
HSV(B)20.31º51.18%49.8%-
XYZ12.7911.26.05-
YUV94.35109.75151.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.52%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 62 (24.61% from 255) = 22.71%
R=46.52%
G=30.77%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127846200.340.510.5020.3134.3937.06
Hex7F543E0223332142225
Octal177124760426362244245
Binary11111111010100111110010001011001111001010100100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,84,62); }

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

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

 a { background-color: rgb(127,84,62); }

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

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

 span { border-color: rgb(127,84,62); }

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