#7C5E2F

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

Shades of Hot Curry #7C5E2F

Tints of Hot Curry #7C5E2F

Color information

#7C5E2F (or 0x7C5E2F) is unknown color: approx Hot Curry. HEX triplet: 7C, 5E and 2F. RGB value is (124,94,47). Sum of RGB (Red+Green+Blue) = 124+94+47=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5E2F is #83A1D0. Grayscale: #616161. Windows color (decimal): -8626641 or 3104380. OLE color: 3104380.

HSL color Cylindrical-coordinate representation of color #7C5E2F: hue angle of 36.62º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C5E2F is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB1249447-
CMYK00.240.620.51
HSL36.62º45.03%33.53%-
HSV(B)36.62º62.1%48.63%-
XYZ12.8312.54.43-
YUV97.6199.44146.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.79%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 47 (18.75% from 255) = 17.74%
R=46.79%
G=35.47%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124944700.240.620.5136.6245.0333.53
Hex7C5E2F0183E33252d22
Octal174136570307663455542
Binary11111001011110101111011000111110110011100101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,94,47); }

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

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

 a { background-color: rgb(124,94,47); }

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

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

 span { border-color: rgb(124,94,47); }

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