#7F5137

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

Shades of Cigar #7F5137

Tints of Cigar #7F5137

Color information

#7F5137 (or 0x7F5137) is unknown color: approx Cigar. HEX triplet: 7F, 51 and 37. RGB value is (127,81,55). Sum of RGB (Red+Green+Blue) = 127+81+55=263 (34% of max value = 765). Red value is 127 (50% from 255 or 48.29% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5137 is #80AEC8. Grayscale: #5B5B5B. Windows color (decimal): -8433353 or 3625343. OLE color: 3625343.

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

Color convert

RGB1278155-
CMYK00.360.570.50
HSL21.67º39.56%35.69%-
HSV(B)21.67º56.69%49.8%-
XYZ12.3810.675.02-
YUV91.79107.24153.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.29%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 55 (21.88% from 255) = 20.91%
R=48.29%
G=30.80%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127815500.360.570.5021.6739.5635.69
Hex7F51370243932162824
Octal177121670447162265044
Binary11111111010001110111010010011100111001010110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,81,55); }

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

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

 a { background-color: rgb(127,81,55); }

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

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

 span { border-color: rgb(127,81,55); }

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