#775A21

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

Shades of Hot Curry #775A21

Tints of Hot Curry #775A21

Color information

#775A21 (or 0x775A21) is unknown color: approx Hot Curry. HEX triplet: 77, 5A and 21. RGB value is (119,90,33). Sum of RGB (Red+Green+Blue) = 119+90+33=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #775A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A21 is #88A5DE. Grayscale: #5C5C5C. Windows color (decimal): -8955359 or 2185847. OLE color: 2185847.

HSL color Cylindrical-coordinate representation of color #775A21: hue angle of 39.77º 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 #775A21 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1199033-
CMYK00.240.720.53
HSL39.77º56.58%29.8%-
HSV(B)39.77º72.27%46.67%-
XYZ11.5411.343.02-
YUV92.1794.61147.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 33 (13.28% from 255) = 13.64%
R=49.17%
G=37.19%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119903300.240.720.5339.7756.5829.8
Hex775A21018483528391e
Octal1671324103011065507136
Binary11101111011010100001011000100100011010110100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775A21; }

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

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

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

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

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

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

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

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