#7C5236

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

Shades of Cigar #7C5236

Tints of Cigar #7C5236

Color information

#7C5236 (or 0x7C5236) is unknown color: approx Cigar. HEX triplet: 7C, 52 and 36. RGB value is (124,82,54). Sum of RGB (Red+Green+Blue) = 124+82+54=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5236 is #83ADC9. Grayscale: #5B5B5B. Windows color (decimal): -8629706 or 3560060. OLE color: 3560060.

HSL color Cylindrical-coordinate representation of color #7C5236: hue angle of 24º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C5236 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB1248254-
CMYK00.340.560.51
HSL24º39.33%34.9%-
HSV(B)24º56.45%48.63%-
XYZ1210.594.9-
YUV91.37106.91151.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.69%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 54 (21.48% from 255) = 20.77%
R=47.69%
G=31.54%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124825400.340.560.512439.3334.9
Hex7C52360223833182723
Octal174122660427063304743
Binary11111001010010110110010001011100011001111000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,82,54); }

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

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

 a { background-color: rgb(124,82,54); }

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

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

 span { border-color: rgb(124,82,54); }

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