#7D513C

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

Shades of Cigar #7D513C

Tints of Cigar #7D513C

Color information

#7D513C (or 0x7D513C) is unknown color: approx Cigar. HEX triplet: 7D, 51 and 3C. RGB value is (125,81,60). Sum of RGB (Red+Green+Blue) = 125+81+60=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D513C is #82AEC3. Grayscale: #5B5B5B. Windows color (decimal): -8564420 or 3953021. OLE color: 3953021.

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

Color convert

RGB1258160-
CMYK00.350.520.51
HSL19.38º35.14%36.27%-
HSV(B)19.38º52%49.02%-
XYZ12.2210.575.67-
YUV91.76110.08151.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.99%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 60 (23.83% from 255) = 22.56%
R=46.99%
G=30.45%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125816000.350.520.5119.3835.1436.27
Hex7D513C0233433132324
Octal175121740436463234344
Binary11111011010001111100010001111010011001110011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,81,60); }

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

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

 a { background-color: rgb(125,81,60); }

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

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

 span { border-color: rgb(125,81,60); }

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