#7F553E

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

Shades of Cigar #7F553E

Tints of Cigar #7F553E

Color information

#7F553E (or 0x7F553E) is unknown color: approx Cigar. HEX triplet: 7F, 55 and 3E. RGB value is (127,85,62). Sum of RGB (Red+Green+Blue) = 127+85+62=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F553E is #80AAC1. Grayscale: #5F5F5F. Windows color (decimal): -8432322 or 4085119. OLE color: 4085119.

HSL color Cylindrical-coordinate representation of color #7F553E: hue angle of 21.23º 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 #7F553E is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB1278562-
CMYK00.330.510.50
HSL21.23º34.39%37.06%-
HSV(B)21.23º51.18%49.8%-
XYZ12.8711.366.07-
YUV94.94109.41150.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.35%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=46.35%
G=31.02%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127856200.330.510.5021.2334.3937.06
Hex7F553E0213332152225
Octal177125760416362254245
Binary11111111010101111110010000111001111001010101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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