#7C5336

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

Shades of Cigar #7C5336

Tints of Cigar #7C5336

Color information

#7C5336 (or 0x7C5336) is unknown color: approx Cigar. HEX triplet: 7C, 53 and 36. RGB value is (124,83,54). Sum of RGB (Red+Green+Blue) = 124+83+54=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5336 is #83ACC9. Grayscale: #5C5C5C. Windows color (decimal): -8629450 or 3560316. OLE color: 3560316.

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

Color convert

RGB1248354-
CMYK00.330.560.51
HSL24.86º39.33%34.9%-
HSV(B)24.86º56.45%48.63%-
XYZ12.0710.744.93-
YUV91.95106.58150.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.51%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 54 (21.48% from 255) = 20.69%
R=47.51%
G=31.80%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124835400.330.560.5124.8639.3334.9
Hex7C53360213833192723
Octal174123660417063314743
Binary11111001010011110110010000111100011001111001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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