#76561E

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

Shades of Hot Curry #76561E

Tints of Hot Curry #76561E

Color information

#76561E (or 0x76561E) is unknown color: approx Hot Curry. HEX triplet: 76, 56 and 1E. RGB value is (118,86,30). Sum of RGB (Red+Green+Blue) = 118+86+30=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76561E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76561E is #89A9E1. Grayscale: #595959. Windows color (decimal): -9021922 or 1988214. OLE color: 1988214.

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

Color convert

RGB1188630-
CMYK00.270.750.54
HSL38.18º59.46%29.02%-
HSV(B)38.18º74.58%46.27%-
XYZ11.0310.62.69-
YUV89.1894.6148.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 30 (12.11% from 255) = 12.82%
R=50.43%
G=36.75%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118863000.270.750.5438.1859.4629.02
Hex76561E01B4B36263b1d
Octal1661263603311366467335
Binary1110110101011011110011011100101111011010011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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