#7F4D35

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

Shades of Cigar #7F4D35

Tints of Cigar #7F4D35

Color information

#7F4D35 (or 0x7F4D35) is unknown color: approx Cigar. HEX triplet: 7F, 4D and 35. RGB value is (127,77,53). Sum of RGB (Red+Green+Blue) = 127+77+53=257 (34% of max value = 765). Red value is 127 (50% from 255 or 49.42% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4D35 is #80B2CA. Grayscale: #595959. Windows color (decimal): -8434379 or 3493247. OLE color: 3493247.

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

Color convert

RGB1277753-
CMYK00.390.580.50
HSL19.46º41.11%35.29%-
HSV(B)19.46º58.27%49.8%-
XYZ12.0510.084.68-
YUV89.21107.56154.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.42%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 53 (21.09% from 255) = 20.62%
R=49.42%
G=29.96%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127775300.390.580.5019.4641.1135.29
Hex7F4D350273A32132923
Octal177115650477262235143
Binary11111111001101110101010011111101011001010011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,77,53); }

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

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

 a { background-color: rgb(127,77,53); }

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

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

 span { border-color: rgb(127,77,53); }

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