#7D523E

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

Shades of Cigar #7D523E

Tints of Cigar #7D523E

Color information

#7D523E (or 0x7D523E) is unknown color: approx Cigar. HEX triplet: 7D, 52 and 3E. RGB value is (125,82,62). Sum of RGB (Red+Green+Blue) = 125+82+62=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 125 - color contains mainly: red. Hex color #7D523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D523E is #82ADC1. Grayscale: #5C5C5C. Windows color (decimal): -8564162 or 4084349. OLE color: 4084349.

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

Color convert

RGB1258262-
CMYK00.340.500.51
HSL19.05º33.69%36.67%-
HSV(B)19.05º50.4%49.02%-
XYZ12.3410.745.98-
YUV92.58110.75151.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.47%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 62 (24.61% from 255) = 23.05%
R=46.47%
G=30.48%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125826200.340.500.5119.0533.6936.67
Hex7D523E0223233132225
Octal175122760426263234245
Binary11111011010010111110010001011001011001110011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,82,62); }

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

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

 a { background-color: rgb(125,82,62); }

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

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

 span { border-color: rgb(125,82,62); }

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