#80572A

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

Shades of Hot Curry #80572A

Tints of Hot Curry #80572A

Color information

#80572A (or 0x80572A) is unknown color: approx Hot Curry. HEX triplet: 80, 57 and 2A. RGB value is (128,87,42). Sum of RGB (Red+Green+Blue) = 128+87+42=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80572A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80572A is #7FA8D5. Grayscale: #5E5E5E. Windows color (decimal): -8366294 or 2774912. OLE color: 2774912.

HSL color Cylindrical-coordinate representation of color #80572A: hue angle of 31.4º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80572A is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1288742-
CMYK00.320.670.50
HSL31.4º50.59%33.33%-
HSV(B)31.4º67.19%50.2%-
XYZ12.7311.573.75-
YUV94.1398.58152.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.81%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 42 (16.80% from 255) = 16.34%
R=49.81%
G=33.85%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128874200.320.670.5031.450.5933.33
Hex80572A02043321f3321
Octal2001275204010362376341
Binary1000000010101111010100100000100001111001011111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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