#7C5441

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

Shades of Cigar #7C5441

Tints of Cigar #7C5441

Color information

#7C5441 (or 0x7C5441) is unknown color: approx Cigar. HEX triplet: 7C, 54 and 41. RGB value is (124,84,65). Sum of RGB (Red+Green+Blue) = 124+84+65=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5441 is #83ABBE. Grayscale: #5D5D5D. Windows color (decimal): -8629183 or 4281468. OLE color: 4281468.

HSL color Cylindrical-coordinate representation of color #7C5441: hue angle of 19.32º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C5441 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB1248465-
CMYK00.320.480.51
HSL19.32º31.22%37.06%-
HSV(B)19.32º47.58%48.63%-
XYZ12.4411.016.47-
YUV93.79111.75149.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.42%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=45.42%
G=30.77%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124846500.320.480.5119.3231.2237.06
Hex7C54410203033131f25
Octal1741241010406063233745
Binary11111001010100100000101000001100001100111001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,84,65); }

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

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

 a { background-color: rgb(124,84,65); }

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

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

 span { border-color: rgb(124,84,65); }

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