#76571E

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

Shades of Hot Curry #76571E

Tints of Hot Curry #76571E

Color information

#76571E (or 0x76571E) is unknown color: approx Hot Curry. HEX triplet: 76, 57 and 1E. RGB value is (118,87,30). Sum of RGB (Red+Green+Blue) = 118+87+30=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76571E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76571E is #89A8E1. Grayscale: #5A5A5A. Windows color (decimal): -9021666 or 1988470. OLE color: 1988470.

HSL color Cylindrical-coordinate representation of color #76571E: hue angle of 38.86º degrees, saturation: 0.59, 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 #76571E is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1188730-
CMYK00.260.750.54
HSL38.86º59.46%29.02%-
HSV(B)38.86º74.58%46.27%-
XYZ11.1110.762.72-
YUV89.7794.27148.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 30 (12.11% from 255) = 12.77%
R=50.21%
G=37.02%
B=12.77%

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
Decimal118873000.260.750.5438.8659.4629.02
Hex76571E01A4B36273b1d
Octal1661273603211366477335
Binary1110110101011111110011010100101111011010011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76571E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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