#76541F

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

Shades of Hot Curry #76541F

Tints of Hot Curry #76541F

Color information

#76541F (or 0x76541F) is unknown color: approx Hot Curry. HEX triplet: 76, 54 and 1F. RGB value is (118,84,31). Sum of RGB (Red+Green+Blue) = 118+84+31=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76541F is #89ABE0. Grayscale: #585858. Windows color (decimal): -9022433 or 2053238. OLE color: 2053238.

HSL color Cylindrical-coordinate representation of color #76541F: hue angle of 36.55º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76541F is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1188431-
CMYK00.290.740.54
HSL36.55º58.39%29.22%-
HSV(B)36.55º73.73%46.27%-
XYZ10.8910.292.71-
YUV88.1295.76149.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 31 (12.5% from 255) = 13.30%
R=50.64%
G=36.05%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118843100.290.740.5436.5558.3929.22
Hex76541F01D4A36253a1d
Octal1661243703511266457235
Binary1110110101010011111011101100101011011010010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76541F; }

 p { color: rgb(118,84,31); }

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

<style>
 a { background-color: #76541F; }

 a { background-color: rgb(118,84,31); }

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

<style>
 span { border-color: #76541F; }

 span { border-color: rgb(118,84,31); }

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