#77581B

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

Shades of Hot Curry #77581B

Tints of Hot Curry #77581B

Color information

#77581B (or 0x77581B) is unknown color: approx Hot Curry. HEX triplet: 77, 58 and 1B. RGB value is (119,88,27). Sum of RGB (Red+Green+Blue) = 119+88+27=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77581B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77581B is #88A7E4. Grayscale: #5A5A5A. Windows color (decimal): -8955877 or 1792119. OLE color: 1792119.

HSL color Cylindrical-coordinate representation of color #77581B: hue angle of 39.78º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77581B is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1198827-
CMYK00.260.770.53
HSL39.78º63.01%28.63%-
HSV(B)39.78º77.31%46.67%-
XYZ11.310.982.56-
YUV90.3292.27148.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 27 (10.94% from 255) = 11.54%
R=50.85%
G=37.61%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119882700.260.770.5339.7863.0128.63
Hex77581B01A4D35283f1d
Octal1671303303211565507735
Binary1110111101100011011011010100110111010110100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77581B; }

 p { color: rgb(119,88,27); }

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

<style>
 a { background-color: #77581B; }

 a { background-color: rgb(119,88,27); }

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

<style>
 span { border-color: #77581B; }

 span { border-color: rgb(119,88,27); }

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