#7C5123

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

Shades of Hot Curry #7C5123

Tints of Hot Curry #7C5123

Color information

#7C5123 (or 0x7C5123) is unknown color: approx Hot Curry. HEX triplet: 7C, 51 and 23. RGB value is (124,81,35). Sum of RGB (Red+Green+Blue) = 124+81+35=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5123 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5123 is #83AEDC. Grayscale: #585858. Windows color (decimal): -8629981 or 2314620. OLE color: 2314620.

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

Color convert

RGB1248135-
CMYK00.350.720.51
HSL31.01º55.97%31.18%-
HSV(B)31.01º71.77%48.63%-
XYZ11.5610.292.97-
YUV88.6197.75153.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.67%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 35 (14.06% from 255) = 14.58%
R=51.67%
G=33.75%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124813500.350.720.5131.0155.9731.18
Hex7C512302348331f381f
Octal1741214304311063377037
Binary11111001010001100011010001110010001100111111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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