#775323

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

Shades of Hot Curry #775323

Tints of Hot Curry #775323

Color information

#775323 (or 0x775323) is unknown color: approx Hot Curry. HEX triplet: 77, 53 and 23. RGB value is (119,83,35). Sum of RGB (Red+Green+Blue) = 119+83+35=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #775323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775323 is #88ACDC. Grayscale: #585858. Windows color (decimal): -8957149 or 2315127. OLE color: 2315127.

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

Color convert

RGB1198335-
CMYK00.300.710.53
HSL34.29º54.55%30.2%-
HSV(B)34.29º70.59%46.67%-
XYZ1110.232.98-
YUV88.2997.93149.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 35 (14.06% from 255) = 14.77%
R=50.21%
G=35.02%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119833500.300.710.5334.2954.5530.2
Hex77532301E473522371e
Octal1671234303610765426736
Binary11101111010011100011011110100011111010110001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775323; }

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

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

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

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

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

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

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

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