#7F4A36

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

Shades of Cigar #7F4A36

Tints of Cigar #7F4A36

Color information

#7F4A36 (or 0x7F4A36) is unknown color: approx Cigar. HEX triplet: 7F, 4A and 36. RGB value is (127,74,54). Sum of RGB (Red+Green+Blue) = 127+74+54=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4A36 is #80B5C9. Grayscale: #575757. Windows color (decimal): -8435146 or 3558015. OLE color: 3558015.

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

Color convert

RGB1277454-
CMYK00.420.570.50
HSL16.44º40.33%35.49%-
HSV(B)16.44º57.48%49.8%-
XYZ11.879.684.73-
YUV87.57109.06156.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.80%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 54 (21.48% from 255) = 21.18%
R=49.80%
G=29.02%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127745400.420.570.5016.4440.3335.49
Hex7F4A3602A3932102823
Octal177112660527162205043
Binary11111111001010110110010101011100111001010000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,74,54); }

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

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

 a { background-color: rgb(127,74,54); }

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

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

 span { border-color: rgb(127,74,54); }

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