#77571C

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

Shades of Hot Curry #77571C

Tints of Hot Curry #77571C

Color information

#77571C (or 0x77571C) is unknown color: approx Hot Curry. HEX triplet: 77, 57 and 1C. RGB value is (119,87,28). Sum of RGB (Red+Green+Blue) = 119+87+28=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77571C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77571C is #88A8E3. Grayscale: #5A5A5A. Windows color (decimal): -8956132 or 1857399. OLE color: 1857399.

HSL color Cylindrical-coordinate representation of color #77571C: hue angle of 38.9º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77571C is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1198728-
CMYK00.270.760.53
HSL38.9º61.9%28.82%-
HSV(B)38.9º76.47%46.67%-
XYZ11.2310.822.6-
YUV89.8493.1148.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 87 (34.38% from 255) = 37.18%
BLUE value IS 28 (11.33% from 255) = 11.97%
R=50.85%
G=37.18%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119872800.270.760.5338.961.928.82
Hex77571C01B4C35273e1d
Octal1671273403311465477635
Binary1110111101011111100011011100110011010110011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77571C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77571C; }

 p { color: rgb(119,87,28); }

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

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

 a { background-color: rgb(119,87,28); }

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

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

 span { border-color: rgb(119,87,28); }

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