#7C5720

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

Shades of Hot Curry #7C5720

Tints of Hot Curry #7C5720

Color information

#7C5720 (or 0x7C5720) is unknown color: approx Hot Curry. HEX triplet: 7C, 57 and 20. RGB value is (124,87,32). Sum of RGB (Red+Green+Blue) = 124+87+32=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5720 is #83A8DF. Grayscale: #5C5C5C. Windows color (decimal): -8628448 or 2119548. OLE color: 2119548.

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

Color convert

RGB1248732-
CMYK00.300.740.51
HSL35.87º58.97%30.59%-
HSV(B)35.87º74.19%48.63%-
XYZ11.9811.212.9-
YUV91.7994.26150.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.03%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 32 (12.89% from 255) = 13.17%
R=51.03%
G=35.80%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124873200.300.740.5135.8758.9730.59
Hex7C572001E4A33243b1f
Octal1741274003611263447337
Binary11111001010111100000011110100101011001110010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,87,32); }

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

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

 a { background-color: rgb(124,87,32); }

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

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

 span { border-color: rgb(124,87,32); }

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