#775927

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

Shades of Hot Curry #775927

Tints of Hot Curry #775927

Color information

#775927 (or 0x775927) is unknown color: approx Hot Curry. HEX triplet: 77, 59 and 27. RGB value is (119,89,39). Sum of RGB (Red+Green+Blue) = 119+89+39=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #775927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775927 is #88A6D8. Grayscale: #5C5C5C. Windows color (decimal): -8955609 or 2578807. OLE color: 2578807.

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

Color convert

RGB1198939-
CMYK00.250.670.53
HSL37.5º50.63%30.98%-
HSV(B)37.5º67.23%46.67%-
XYZ11.5511.213.48-
YUV92.2797.94147.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 89 (35.16% from 255) = 36.03%
BLUE value IS 39 (15.62% from 255) = 15.79%
R=48.18%
G=36.03%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119893900.250.670.5337.550.6330.98
Hex775927019433526331f
Octal1671314703110365466337
Binary11101111011001100111011001100001111010110011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775927; }

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

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

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

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

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

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

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

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