#7D5537

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

Shades of Cigar #7D5537

Tints of Cigar #7D5537

Color information

#7D5537 (or 0x7D5537) is unknown color: approx Cigar. HEX triplet: 7D, 55 and 37. RGB value is (125,85,55). Sum of RGB (Red+Green+Blue) = 125+85+55=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5537 is #82AAC8. Grayscale: #5D5D5D. Windows color (decimal): -8563401 or 3626365. OLE color: 3626365.

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

Color convert

RGB1258555-
CMYK00.320.560.51
HSL25.71º38.89%35.29%-
HSV(B)25.71º56%49.02%-
XYZ12.411.135.11-
YUV93.54106.25150.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.17%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 55 (21.88% from 255) = 20.75%
R=47.17%
G=32.08%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125855500.320.560.5125.7138.8935.29
Hex7D553702038331a2723
Octal175125670407063324743
Binary11111011010101110111010000011100011001111010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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