#7E503A

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

Shades of Cigar #7E503A

Tints of Cigar #7E503A

Color information

#7E503A (or 0x7E503A) is unknown color: approx Cigar. HEX triplet: 7E, 50 and 3A. RGB value is (126,80,58). Sum of RGB (Red+Green+Blue) = 126+80+58=264 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.73% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 126 - color contains mainly: red. Hex color #7E503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E503A is #81AFC5. Grayscale: #5B5B5B. Windows color (decimal): -8499142 or 3821694. OLE color: 3821694.

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

Color convert

RGB1268058-
CMYK00.370.540.51
HSL19.41º36.96%36.08%-
HSV(B)19.41º53.97%49.41%-
XYZ12.2410.485.38-
YUV91.25109.24152.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.73%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 58 (23.05% from 255) = 21.97%
R=47.73%
G=30.30%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126805800.370.540.5119.4136.9636.08
Hex7E503A0253633132524
Octal176120720456663234544
Binary11111101010000111010010010111011011001110011100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,80,58); }

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

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

 a { background-color: rgb(126,80,58); }

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

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

 span { border-color: rgb(126,80,58); }

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