#7C5038

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

Shades of Cigar #7C5038

Tints of Cigar #7C5038

Color information

#7C5038 (or 0x7C5038) is unknown color: approx Cigar. HEX triplet: 7C, 50 and 38. RGB value is (124,80,56). Sum of RGB (Red+Green+Blue) = 124+80+56=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5038 is #83AFC7. Grayscale: #5A5A5A. Windows color (decimal): -8630216 or 3690620. OLE color: 3690620.

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

Color convert

RGB1248056-
CMYK00.350.550.51
HSL21.18º37.78%35.29%-
HSV(B)21.18º54.84%48.63%-
XYZ11.8910.315.1-
YUV90.42108.58151.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.69%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 56 (22.27% from 255) = 21.54%
R=47.69%
G=30.77%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124805600.350.550.5121.1837.7835.29
Hex7C50380233733152623
Octal174120700436763254643
Binary11111001010000111000010001111011111001110101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,80,56); }

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

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

 a { background-color: rgb(124,80,56); }

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

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

 span { border-color: rgb(124,80,56); }

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