#7C513A

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

Shades of Cigar #7C513A

Tints of Cigar #7C513A

Color information

#7C513A (or 0x7C513A) is unknown color: approx Cigar. HEX triplet: 7C, 51 and 3A. RGB value is (124,81,58). Sum of RGB (Red+Green+Blue) = 124+81+58=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C513A is #83AEC5. Grayscale: #5B5B5B. Windows color (decimal): -8629958 or 3821948. OLE color: 3821948.

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

Color convert

RGB1248158-
CMYK00.350.530.51
HSL20.91º36.26%35.69%-
HSV(B)20.91º53.23%48.63%-
XYZ12.0210.485.39-
YUV91.23109.25151.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.15%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=47.15%
G=30.80%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124815800.350.530.5120.9136.2635.69
Hex7C513A0233533152424
Octal174121720436563254444
Binary11111001010001111010010001111010111001110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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