#7C503E

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

Shades of Cigar #7C503E

Tints of Cigar #7C503E

Color information

#7C503E (or 0x7C503E) is unknown color: approx Cigar. HEX triplet: 7C, 50 and 3E. RGB value is (124,80,62). Sum of RGB (Red+Green+Blue) = 124+80+62=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C503E is #83AFC1. Grayscale: #5B5B5B. Windows color (decimal): -8630210 or 4083836. OLE color: 4083836.

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

Color convert

RGB1248062-
CMYK00.350.50.51
HSL17.42º33.33%36.47%-
HSV(B)17.42º50%48.63%-
XYZ12.0510.375.92-
YUV91.1111.58151.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.62%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 62 (24.61% from 255) = 23.31%
R=46.62%
G=30.08%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124806200.350.50.5117.4233.3336.47
Hex7C503E0233233112124
Octal174120760436263214144
Binary11111001010000111110010001111001011001110001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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