#79551C

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

Shades of Hot Curry #79551C

Tints of Hot Curry #79551C

Color information

#79551C (or 0x79551C) is unknown color: approx Hot Curry. HEX triplet: 79, 55 and 1C. RGB value is (121,85,28). Sum of RGB (Red+Green+Blue) = 121+85+28=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #79551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79551C is #86AAE3. Grayscale: #595959. Windows color (decimal): -8825572 or 1856889. OLE color: 1856889.

HSL color Cylindrical-coordinate representation of color #79551C: hue angle of 36.77º degrees, saturation: 0.62, 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 #79551C is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1218528-
CMYK00.300.770.53
HSL36.77º62.42%29.22%-
HSV(B)36.77º76.86%47.45%-
XYZ11.3410.652.56-
YUV89.2793.43150.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.71%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 28 (11.33% from 255) = 11.97%
R=51.71%
G=36.32%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121852800.300.770.5336.7762.4229.22
Hex79551C01E4D35253e1d
Octal1711253403611565457635
Binary1111001101010111100011110100110111010110010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79551C; }

 p { color: rgb(121,85,28); }

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

<style>
 a { background-color: #79551C; }

 a { background-color: rgb(121,85,28); }

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

<style>
 span { border-color: #79551C; }

 span { border-color: rgb(121,85,28); }

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