#7D5137

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

Shades of Cigar #7D5137

Tints of Cigar #7D5137

Color information

#7D5137 (or 0x7D5137) is unknown color: approx Cigar. HEX triplet: 7D, 51 and 37. RGB value is (125,81,55). Sum of RGB (Red+Green+Blue) = 125+81+55=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5137 is #82AEC8. Grayscale: #5B5B5B. Windows color (decimal): -8564425 or 3625341. OLE color: 3625341.

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

Color convert

RGB1258155-
CMYK00.350.560.51
HSL22.29º38.89%35.29%-
HSV(B)22.29º56%49.02%-
XYZ12.0910.525.01-
YUV91.19107.58152.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.89%
GREEN value IS 81 (32.03% from 255) = 31.03%
BLUE value IS 55 (21.88% from 255) = 21.07%
R=47.89%
G=31.03%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125815500.350.560.5122.2938.8935.29
Hex7D51370233833162723
Octal175121670437063264743
Binary11111011010001110111010001111100011001110110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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