#775721

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

Shades of Hot Curry #775721

Tints of Hot Curry #775721

Color information

#775721 (or 0x775721) is unknown color: approx Hot Curry. HEX triplet: 77, 57 and 21. RGB value is (119,87,33). Sum of RGB (Red+Green+Blue) = 119+87+33=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #775721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775721 is #88A8DE. Grayscale: #5A5A5A. Windows color (decimal): -8956127 or 2185079. OLE color: 2185079.

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

Color convert

RGB1198733-
CMYK00.270.720.53
HSL37.67º56.58%29.8%-
HSV(B)37.67º72.27%46.67%-
XYZ11.2910.852.94-
YUV90.4195.6148.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 33 (13.28% from 255) = 13.81%
R=49.79%
G=36.40%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119873300.270.720.5337.6756.5829.8
Hex77572101B483526391e
Octal1671274103311065467136
Binary11101111010111100001011011100100011010110011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775721; }

 p { color: rgb(119,87,33); }

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

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

 a { background-color: rgb(119,87,33); }

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

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

 span { border-color: rgb(119,87,33); }

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