#7F5536

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

Shades of Cigar #7F5536

Tints of Cigar #7F5536

Color information

#7F5536 (or 0x7F5536) is unknown color: approx Cigar. HEX triplet: 7F, 55 and 36. RGB value is (127,85,54). Sum of RGB (Red+Green+Blue) = 127+85+54=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5536 is #80AAC9. Grayscale: #5E5E5E. Windows color (decimal): -8432330 or 3560831. OLE color: 3560831.

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

Color convert

RGB1278554-
CMYK00.330.570.50
HSL25.48º40.33%35.49%-
HSV(B)25.48º57.48%49.8%-
XYZ12.6711.285-
YUV94.02105.41151.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.74%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 54 (21.48% from 255) = 20.30%
R=47.74%
G=31.95%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127855400.330.570.5025.4840.3335.49
Hex7F55360213932192823
Octal177125660417162315043
Binary11111111010101110110010000111100111001011001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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