#7C5926

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

Shades of Hot Curry #7C5926

Tints of Hot Curry #7C5926

Color information

#7C5926 (or 0x7C5926) is unknown color: approx Hot Curry. HEX triplet: 7C, 59 and 26. RGB value is (124,89,38). Sum of RGB (Red+Green+Blue) = 124+89+38=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5926 is #83A6D9. Grayscale: #5D5D5D. Windows color (decimal): -8627930 or 2513276. OLE color: 2513276.

HSL color Cylindrical-coordinate representation of color #7C5926: hue angle of 35.58º degrees, saturation: 0.53, 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 #7C5926 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB1248938-
CMYK00.280.690.51
HSL35.58º53.09%31.76%-
HSV(B)35.58º69.35%48.63%-
XYZ12.2311.573.42-
YUV93.6596.6149.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.40%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 38 (15.23% from 255) = 15.14%
R=49.40%
G=35.46%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124893800.280.690.5135.5853.0931.76
Hex7C592601C4533243520
Octal1741314603410563446540
Binary111110010110011001100111001000101110011100100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,89,38); }

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

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

 a { background-color: rgb(124,89,38); }

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

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

 span { border-color: rgb(124,89,38); }

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