#7F513C

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

Shades of Cigar #7F513C

Tints of Cigar #7F513C

Color information

#7F513C (or 0x7F513C) is unknown color: approx Cigar. HEX triplet: 7F, 51 and 3C. RGB value is (127,81,60). Sum of RGB (Red+Green+Blue) = 127+81+60=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F513C is #80AEC3. Grayscale: #5C5C5C. Windows color (decimal): -8433348 or 3953023. OLE color: 3953023.

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

Color convert

RGB1278160-
CMYK00.360.530.50
HSL18.81º35.83%36.67%-
HSV(B)18.81º52.76%49.8%-
XYZ12.5110.725.69-
YUV92.36109.74152.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.39%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 60 (23.83% from 255) = 22.39%
R=47.39%
G=30.22%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127816000.360.530.5018.8135.8336.67
Hex7F513C0243532132425
Octal177121740446562234445
Binary11111111010001111100010010011010111001010011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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