#7C5A2F

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

Shades of Hot Curry #7C5A2F

Tints of Hot Curry #7C5A2F

Color information

#7C5A2F (or 0x7C5A2F) is unknown color: approx Hot Curry. HEX triplet: 7C, 5A and 2F. RGB value is (124,90,47). Sum of RGB (Red+Green+Blue) = 124+90+47=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5A2F is #83A5D0. Grayscale: #5F5F5F. Windows color (decimal): -8627665 or 3103356. OLE color: 3103356.

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

Color convert

RGB1249047-
CMYK00.270.620.51
HSL33.51º45.03%33.53%-
HSV(B)33.51º62.1%48.63%-
XYZ12.4811.84.31-
YUV95.26100.76148.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.51%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=47.51%
G=34.48%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124904700.270.620.5133.5145.0333.53
Hex7C5A2F01B3E33222d22
Octal174132570337663425542
Binary11111001011010101111011011111110110011100010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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