#79572A

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

Shades of Hot Curry #79572A

Tints of Hot Curry #79572A

Color information

#79572A (or 0x79572A) is unknown color: approx Hot Curry. HEX triplet: 79, 57 and 2A. RGB value is (121,87,42). Sum of RGB (Red+Green+Blue) = 121+87+42=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #79572A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79572A is #86A8D5. Grayscale: #5C5C5C. Windows color (decimal): -8825046 or 2774905. OLE color: 2774905.

HSL color Cylindrical-coordinate representation of color #79572A: hue angle of 34.18º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79572A is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1218742-
CMYK00.280.650.53
HSL34.18º48.47%31.96%-
HSV(B)34.18º65.29%47.45%-
XYZ11.7111.053.71-
YUV92.0499.76148.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.4%
GREEN value IS 87 (34.38% from 255) = 34.8%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=48.4%
G=34.8%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121874200.280.650.5334.1848.4731.96
Hex79572A01C4135223020
Octal1711275203410165426040
Binary111100110101111010100111001000001110101100010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79572A; }

 p { color: rgb(121,87,42); }

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

<style>
 a { background-color: #79572A; }

 a { background-color: rgb(121,87,42); }

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

<style>
 span { border-color: #79572A; }

 span { border-color: rgb(121,87,42); }

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