#7D5624

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

Shades of Hot Curry #7D5624

Tints of Hot Curry #7D5624

Color information

#7D5624 (or 0x7D5624) is unknown color: approx Hot Curry. HEX triplet: 7D, 56 and 24. RGB value is (125,86,36). Sum of RGB (Red+Green+Blue) = 125+86+36=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5624 is #82A9DB. Grayscale: #5C5C5C. Windows color (decimal): -8563164 or 2381437. OLE color: 2381437.

HSL color Cylindrical-coordinate representation of color #7D5624: hue angle of 33.71º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D5624 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.51.

Color convert

RGB1258636-
CMYK00.310.710.51
HSL33.71º55.28%31.57%-
HSV(B)33.71º71.2%49.02%-
XYZ12.111.143.18-
YUV91.9696.42151.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.61%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 36 (14.45% from 255) = 14.57%
R=50.61%
G=34.82%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125863600.310.710.5133.7155.2831.57
Hex7D562401F4733223720
Octal1751264403710763426740
Binary111110110101101001000111111000111110011100010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,86,36); }

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

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

 a { background-color: rgb(125,86,36); }

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

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

 span { border-color: rgb(125,86,36); }

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