#7D5437

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

Shades of Cigar #7D5437

Tints of Cigar #7D5437

Color information

#7D5437 (or 0x7D5437) is unknown color: approx Cigar. HEX triplet: 7D, 54 and 37. RGB value is (125,84,55). Sum of RGB (Red+Green+Blue) = 125+84+55=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5437 is #82ABC8. Grayscale: #5D5D5D. Windows color (decimal): -8563657 or 3626109. OLE color: 3626109.

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

Color convert

RGB1258455-
CMYK00.330.560.51
HSL24.86º38.89%35.29%-
HSV(B)24.86º56%49.02%-
XYZ12.3210.985.08-
YUV92.95106.58150.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.35%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 55 (21.88% from 255) = 20.83%
R=47.35%
G=31.82%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125845500.330.560.5124.8638.8935.29
Hex7D54370213833192723
Octal175124670417063314743
Binary11111011010100110111010000111100011001111001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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