#7C5E27

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

Shades of Hot Curry #7C5E27

Tints of Hot Curry #7C5E27

Color information

#7C5E27 (or 0x7C5E27) is unknown color: approx Hot Curry. HEX triplet: 7C, 5E and 27. RGB value is (124,94,39). Sum of RGB (Red+Green+Blue) = 124+94+39=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5E27 is #83A1D8. Grayscale: #606060. Windows color (decimal): -8626649 or 2580092. OLE color: 2580092.

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

Color convert

RGB1249439-
CMYK00.240.690.51
HSL38.82º52.15%31.96%-
HSV(B)38.82º68.55%48.63%-
XYZ12.6812.443.65-
YUV96.795.44147.47-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.25%
GREEN value IS 94 (37.11% from 255) = 36.58%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=48.25%
G=36.58%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124943900.240.690.5138.8252.1531.96
Hex7C5E270184533273420
Octal1741364703010563476440
Binary111110010111101001110110001000101110011100111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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