#7F4B32

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

Shades of Cigar #7F4B32

Tints of Cigar #7F4B32

Color information

#7F4B32 (or 0x7F4B32) is unknown color: approx Cigar. HEX triplet: 7F, 4B and 32. RGB value is (127,75,50). Sum of RGB (Red+Green+Blue) = 127+75+50=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4B32 is #80B4CD. Grayscale: #575757. Windows color (decimal): -8434894 or 3296127. OLE color: 3296127.

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

Color convert

RGB1277550-
CMYK00.410.610.50
HSL19.48º43.5%34.71%-
HSV(B)19.48º60.63%49.8%-
XYZ11.849.774.28-
YUV87.7106.73156.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.40%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=50.40%
G=29.76%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127755000.410.610.5019.4843.534.71
Hex7F4B320293D32132c23
Octal177113620517562235443
Binary11111111001011110010010100111110111001010011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,75,50); }

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

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

 a { background-color: rgb(127,75,50); }

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

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

 span { border-color: rgb(127,75,50); }

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