#76571D

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

Shades of Hot Curry #76571D

Tints of Hot Curry #76571D

Color information

#76571D (or 0x76571D) is unknown color: approx Hot Curry. HEX triplet: 76, 57 and 1D. RGB value is (118,87,29). Sum of RGB (Red+Green+Blue) = 118+87+29=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76571D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76571D is #89A8E2. Grayscale: #595959. Windows color (decimal): -9021667 or 1922934. OLE color: 1922934.

HSL color Cylindrical-coordinate representation of color #76571D: hue angle of 39.1º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76571D is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1188729-
CMYK00.260.750.54
HSL39.1º60.54%28.82%-
HSV(B)39.1º75.42%46.27%-
XYZ11.110.762.65-
YUV89.6693.77148.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 87 (34.38% from 255) = 37.18%
BLUE value IS 29 (11.72% from 255) = 12.39%
R=50.43%
G=37.18%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118872900.260.750.5439.160.5428.82
Hex76571D01A4B36273d1d
Octal1661273503211366477535
Binary1110110101011111101011010100101111011010011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76571D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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