#7C5921

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

Shades of Hot Curry #7C5921

Tints of Hot Curry #7C5921

Color information

#7C5921 (or 0x7C5921) is unknown color: approx Hot Curry. HEX triplet: 7C, 59 and 21. RGB value is (124,89,33). Sum of RGB (Red+Green+Blue) = 124+89+33=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5921 is #83A6DE. Grayscale: #5D5D5D. Windows color (decimal): -8627935 or 2185596. OLE color: 2185596.

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

Color convert

RGB1248933-
CMYK00.280.730.51
HSL36.92º57.96%30.78%-
HSV(B)36.92º73.39%48.63%-
XYZ12.1611.543.03-
YUV93.0894.1150.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.41%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 33 (13.28% from 255) = 13.41%
R=50.41%
G=36.18%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124893300.280.730.5136.9257.9630.78
Hex7C592101C4933253a1f
Octal1741314103411163457237
Binary11111001011001100001011100100100111001110010111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,89,33); }

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

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

 a { background-color: rgb(124,89,33); }

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

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

 span { border-color: rgb(124,89,33); }

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