#7E513A

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

Shades of Cigar #7E513A

Tints of Cigar #7E513A

Color information

#7E513A (or 0x7E513A) is unknown color: approx Cigar. HEX triplet: 7E, 51 and 3A. RGB value is (126,81,58). Sum of RGB (Red+Green+Blue) = 126+81+58=265 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.55% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 126 - color contains mainly: red. Hex color #7E513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E513A is #81AEC5. Grayscale: #5B5B5B. Windows color (decimal): -8498886 or 3821950. OLE color: 3821950.

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

Color convert

RGB1268158-
CMYK00.360.540.51
HSL20.29º36.96%36.08%-
HSV(B)20.29º53.97%49.41%-
XYZ12.3110.635.41-
YUV91.83108.91152.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.55%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=47.55%
G=30.57%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126815800.360.540.5120.2936.9636.08
Hex7E513A0243633142524
Octal176121720446663244544
Binary11111101010001111010010010011011011001110100100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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