#7C5136

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

Shades of Cigar #7C5136

Tints of Cigar #7C5136

Color information

#7C5136 (or 0x7C5136) is unknown color: approx Cigar. HEX triplet: 7C, 51 and 36. RGB value is (124,81,54). Sum of RGB (Red+Green+Blue) = 124+81+54=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5136 is #83AEC9. Grayscale: #5A5A5A. Windows color (decimal): -8629962 or 3559804. OLE color: 3559804.

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

Color convert

RGB1248154-
CMYK00.350.560.51
HSL23.14º39.33%34.9%-
HSV(B)23.14º56.45%48.63%-
XYZ11.9210.444.88-
YUV90.78107.25151.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.88%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 54 (21.48% from 255) = 20.85%
R=47.88%
G=31.27%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124815400.350.560.5123.1439.3334.9
Hex7C51360233833172723
Octal174121660437063274743
Binary11111001010001110110010001111100011001110111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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