#77571D

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

Shades of Hot Curry #77571D

Tints of Hot Curry #77571D

Color information

#77571D (or 0x77571D) is unknown color: approx Hot Curry. HEX triplet: 77, 57 and 1D. RGB value is (119,87,29). Sum of RGB (Red+Green+Blue) = 119+87+29=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77571D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77571D is #88A8E2. Grayscale: #5A5A5A. Windows color (decimal): -8956131 or 1922935. OLE color: 1922935.

HSL color Cylindrical-coordinate representation of color #77571D: hue angle of 38.67º degrees, saturation: 0.61, 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 #77571D is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1198729-
CMYK00.270.760.53
HSL38.67º60.81%29.02%-
HSV(B)38.67º75.63%46.67%-
XYZ11.2410.832.66-
YUV89.9693.6148.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.64%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 29 (11.72% from 255) = 12.34%
R=50.64%
G=37.02%
B=12.34%

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
Decimal119872900.270.760.5338.6760.8129.02
Hex77571D01B4C35273d1d
Octal1671273503311465477535
Binary1110111101011111101011011100110011010110011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77571D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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