#77541F

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

Shades of Hot Curry #77541F

Tints of Hot Curry #77541F

Color information

#77541F (or 0x77541F) is unknown color: approx Hot Curry. HEX triplet: 77, 54 and 1F. RGB value is (119,84,31). Sum of RGB (Red+Green+Blue) = 119+84+31=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77541F is #88ABE0. Grayscale: #585858. Windows color (decimal): -8956897 or 2053239. OLE color: 2053239.

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

Color convert

RGB1198431-
CMYK00.290.740.53
HSL36.14º58.67%29.41%-
HSV(B)36.14º73.95%46.67%-
XYZ11.0310.362.72-
YUV88.4295.6149.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 31 (12.5% from 255) = 13.25%
R=50.85%
G=35.90%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119843100.290.740.5336.1458.6729.41
Hex77541F01D4A35243b1d
Octal1671243703511265447335
Binary1110111101010011111011101100101011010110010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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