#775321

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

Shades of Hot Curry #775321

Tints of Hot Curry #775321

Color information

#775321 (or 0x775321) is unknown color: approx Hot Curry. HEX triplet: 77, 53 and 21. RGB value is (119,83,33). Sum of RGB (Red+Green+Blue) = 119+83+33=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #775321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775321 is #88ACDE. Grayscale: #585858. Windows color (decimal): -8957151 or 2184055. OLE color: 2184055.

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

Color convert

RGB1198333-
CMYK00.300.720.53
HSL34.88º56.58%29.8%-
HSV(B)34.88º72.27%46.67%-
XYZ10.9810.222.83-
YUV88.0696.93150.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.64%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 33 (13.28% from 255) = 14.04%
R=50.64%
G=35.32%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119833300.300.720.5334.8856.5829.8
Hex77532101E483523391e
Octal1671234103611065437136
Binary11101111010011100001011110100100011010110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775321; }

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

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

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

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

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

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

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

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