#7C5A23

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

Shades of Hot Curry #7C5A23

Tints of Hot Curry #7C5A23

Color information

#7C5A23 (or 0x7C5A23) is unknown color: approx Hot Curry. HEX triplet: 7C, 5A and 23. RGB value is (124,90,35). Sum of RGB (Red+Green+Blue) = 124+90+35=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5A23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5A23 is #83A5DC. Grayscale: #5E5E5E. Windows color (decimal): -8627677 or 2316924. OLE color: 2316924.

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

Color convert

RGB1249035-
CMYK00.270.720.51
HSL37.08º55.97%31.18%-
HSV(B)37.08º71.77%48.63%-
XYZ12.2711.723.21-
YUV93.994.76149.47-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.80%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 35 (14.06% from 255) = 14.06%
R=49.80%
G=36.14%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124903500.270.720.5137.0855.9731.18
Hex7C5A2301B483325381f
Octal1741324303311063457037
Binary11111001011010100011011011100100011001110010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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