#775820

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

Shades of Hot Curry #775820

Tints of Hot Curry #775820

Color information

#775820 (or 0x775820) is unknown color: approx Hot Curry. HEX triplet: 77, 58 and 20. RGB value is (119,88,32). Sum of RGB (Red+Green+Blue) = 119+88+32=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #775820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775820 is #88A7DF. Grayscale: #5B5B5B. Windows color (decimal): -8955872 or 2119799. OLE color: 2119799.

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

Color convert

RGB1198832-
CMYK00.260.730.53
HSL38.62º57.62%29.61%-
HSV(B)38.62º73.11%46.67%-
XYZ11.3611.012.89-
YUV90.8894.77148.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=49.79%
G=36.82%
B=13.39%

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
Decimal119883200.260.730.5338.6257.6229.61
Hex77582001A4935273a1e
Octal1671304003211165477236
Binary11101111011000100000011010100100111010110011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775820; }

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

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

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

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

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

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

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

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