#775225

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

Shades of Hot Curry #775225

Tints of Hot Curry #775225

Color information

#775225 (or 0x775225) is unknown color: approx Hot Curry. HEX triplet: 77, 52 and 25. RGB value is (119,82,37). Sum of RGB (Red+Green+Blue) = 119+82+37=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #775225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775225 is #88ADDA. Grayscale: #585858. Windows color (decimal): -8957403 or 2445943. OLE color: 2445943.

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

Color convert

RGB1198237-
CMYK00.310.690.53
HSL32.93º52.56%30.59%-
HSV(B)32.93º68.91%46.67%-
XYZ10.9610.093.12-
YUV87.9399.26150.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 37 (14.84% from 255) = 15.55%
R=50%
G=34.45%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119823700.310.690.5332.9352.5630.59
Hex77522501F453521351f
Octal1671224503710565416537
Binary11101111010010100101011111100010111010110000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775225; }

 p { color: rgb(119,82,37); }

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

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

 a { background-color: rgb(119,82,37); }

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

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

 span { border-color: rgb(119,82,37); }

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