#785523

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

Shades of Hot Curry #785523

Tints of Hot Curry #785523

Color information

#785523 (or 0x785523) is unknown color: approx Hot Curry. HEX triplet: 78, 55 and 23. RGB value is (120,85,35). Sum of RGB (Red+Green+Blue) = 120+85+35=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #785523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785523 is #87AADC. Grayscale: #5A5A5A. Windows color (decimal): -8891101 or 2315640. OLE color: 2315640.

HSL color Cylindrical-coordinate representation of color #785523: hue angle of 35.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #785523 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB1208535-
CMYK00.290.710.53
HSL35.29º54.84%30.39%-
HSV(B)35.29º70.83%47.06%-
XYZ11.310.613.04-
YUV89.7697.1149.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 35 (14.06% from 255) = 14.58%
R=50%
G=35.42%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120853500.290.710.5335.2954.8430.39
Hex78552301D473523371e
Octal1701254303510765436736
Binary11110001010101100011011101100011111010110001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785523; }

 p { color: rgb(120,85,35); }

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

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

 a { background-color: rgb(120,85,35); }

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

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

 span { border-color: rgb(120,85,35); }

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