#775121

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

Shades of Hot Curry #775121

Tints of Hot Curry #775121

Color information

#775121 (or 0x775121) is unknown color: approx Hot Curry. HEX triplet: 77, 51 and 21. RGB value is (119,81,33). Sum of RGB (Red+Green+Blue) = 119+81+33=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #775121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775121 is #88AEDE. Grayscale: #575757. Windows color (decimal): -8957663 or 2183543. OLE color: 2183543.

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

Color convert

RGB1198133-
CMYK00.320.720.53
HSL33.49º56.58%29.8%-
HSV(B)33.49º72.27%46.67%-
XYZ10.829.922.78-
YUV86.8997.59150.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 33 (13.28% from 255) = 14.16%
R=51.07%
G=34.76%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119813300.320.720.5333.4956.5829.8
Hex775121020483521391e
Octal1671214104011065417136
Binary111011110100011000010100000100100011010110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775121; }

 p { color: rgb(119,81,33); }

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

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

 a { background-color: rgb(119,81,33); }

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

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

 span { border-color: rgb(119,81,33); }

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