#785820

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

Shades of Hot Curry #785820

Tints of Hot Curry #785820

Color information

#785820 (or 0x785820) is unknown color: approx Hot Curry. HEX triplet: 78, 58 and 20. RGB value is (120,88,32). Sum of RGB (Red+Green+Blue) = 120+88+32=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #785820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785820 is #87A7DF. Grayscale: #5B5B5B. Windows color (decimal): -8890336 or 2119800. OLE color: 2119800.

HSL color Cylindrical-coordinate representation of color #785820: hue angle of 38.18º 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 #785820 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1208832-
CMYK00.270.730.53
HSL38.18º57.89%29.8%-
HSV(B)38.18º73.33%47.06%-
XYZ11.511.082.9-
YUV91.1894.6148.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 32 (12.89% from 255) = 13.33%
R=50%
G=36.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120883200.270.730.5338.1857.8929.8
Hex78582001B4935263a1e
Octal1701304003311165467236
Binary11110001011000100000011011100100111010110011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785820; }

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

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

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

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

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

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

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

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