#775227

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

Shades of Hot Curry #775227

Tints of Hot Curry #775227

Color information

#775227 (or 0x775227) is unknown color: approx Hot Curry. HEX triplet: 77, 52 and 27. RGB value is (119,82,39). Sum of RGB (Red+Green+Blue) = 119+82+39=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #775227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775227 is #88ADD8. Grayscale: #585858. Windows color (decimal): -8957401 or 2577015. OLE color: 2577015.

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

Color convert

RGB1198239-
CMYK00.310.670.53
HSL32.25º50.63%30.98%-
HSV(B)32.25º67.23%46.67%-
XYZ10.9910.13.29-
YUV88.16100.26150-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=49.58%
G=34.17%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119823900.310.670.5332.2550.6330.98
Hex77522701F433520331f
Octal1671224703710365406337
Binary11101111010010100111011111100001111010110000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775227; }

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

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

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

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

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

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

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

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