#785920

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

Shades of Hot Curry #785920

Tints of Hot Curry #785920

Color information

#785920 (or 0x785920) is unknown color: approx Hot Curry. HEX triplet: 78, 59 and 20. RGB value is (120,89,32). Sum of RGB (Red+Green+Blue) = 120+89+32=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #785920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785920 is #87A6DF. Grayscale: #5C5C5C. Windows color (decimal): -8890080 or 2120056. OLE color: 2120056.

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

Color convert

RGB1208932-
CMYK00.260.730.53
HSL38.86º57.89%29.8%-
HSV(B)38.86º73.33%47.06%-
XYZ11.5811.242.93-
YUV91.7794.27148.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 32 (12.89% from 255) = 13.28%
R=49.79%
G=36.93%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120893200.260.730.5338.8657.8929.8
Hex78592001A4935273a1e
Octal1701314003211165477236
Binary11110001011001100000011010100100111010110011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785920; }

 p { color: rgb(120,89,32); }

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

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

 a { background-color: rgb(120,89,32); }

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

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

 span { border-color: rgb(120,89,32); }

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