#775329

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

Shades of Hot Curry #775329

Tints of Hot Curry #775329

Color information

#775329 (or 0x775329) is unknown color: approx Hot Curry. HEX triplet: 77, 53 and 29. RGB value is (119,83,41). Sum of RGB (Red+Green+Blue) = 119+83+41=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #775329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775329 is #88ACD6. Grayscale: #595959. Windows color (decimal): -8957143 or 2708343. OLE color: 2708343.

HSL color Cylindrical-coordinate representation of color #775329: hue angle of 32.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #775329 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1198341-
CMYK00.300.660.53
HSL32.31º48.75%31.37%-
HSV(B)32.31º65.55%46.67%-
XYZ11.110.273.49-
YUV88.98100.93149.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 83 (32.81% from 255) = 34.16%
BLUE value IS 41 (16.41% from 255) = 16.87%
R=48.97%
G=34.16%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119834100.300.660.5332.3148.7531.37
Hex77532901E423520311f
Octal1671235103610265406137
Binary11101111010011101001011110100001011010110000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775329; }

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

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

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

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

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

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

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

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