#79542D

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

Shades of Hot Curry #79542D

Tints of Hot Curry #79542D

Color information

#79542D (or 0x79542D) is unknown color: approx Hot Curry. HEX triplet: 79, 54 and 2D. RGB value is (121,84,45). Sum of RGB (Red+Green+Blue) = 121+84+45=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #79542D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79542D is #86ABD2. Grayscale: #5A5A5A. Windows color (decimal): -8825811 or 2970745. OLE color: 2970745.

HSL color Cylindrical-coordinate representation of color #79542D: hue angle of 30.79º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #79542D is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1218445-
CMYK00.310.630.53
HSL30.79º45.78%32.55%-
HSV(B)30.79º62.81%47.45%-
XYZ11.5310.63.92-
YUV90.62102.26149.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.4%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 45 (17.97% from 255) = 18%
R=48.4%
G=33.6%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121844500.310.630.5330.7945.7832.55
Hex79542D01F3F351f2e21
Octal171124550377765375641
Binary1111001101010010110101111111111111010111111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79542D; }

 p { color: rgb(121,84,45); }

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

<style>
 a { background-color: #79542D; }

 a { background-color: rgb(121,84,45); }

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

<style>
 span { border-color: #79542D; }

 span { border-color: rgb(121,84,45); }

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