#775528

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

Shades of Hot Curry #775528

Tints of Hot Curry #775528

Color information

#775528 (or 0x775528) is unknown color: approx Hot Curry. HEX triplet: 77, 55 and 28. RGB value is (119,85,40). Sum of RGB (Red+Green+Blue) = 119+85+40=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #775528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775528 is #88AAD7. Grayscale: #5A5A5A. Windows color (decimal): -8956632 or 2643319. OLE color: 2643319.

HSL color Cylindrical-coordinate representation of color #775528: hue angle of 34.18º degrees, saturation: 0.5, 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 #775528 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1198540-
CMYK00.290.660.53
HSL34.18º49.69%31.18%-
HSV(B)34.18º66.39%46.67%-
XYZ11.2410.573.46-
YUV90.0499.76148.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 85 (33.59% from 255) = 34.84%
BLUE value IS 40 (16.02% from 255) = 16.39%
R=48.77%
G=34.84%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119854000.290.660.5334.1849.6931.18
Hex77552801D423522321f
Octal1671255003510265426237
Binary11101111010101101000011101100001011010110001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775528; }

 p { color: rgb(119,85,40); }

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

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

 a { background-color: rgb(119,85,40); }

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

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

 span { border-color: rgb(119,85,40); }

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