#80562A

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

Shades of Hot Curry #80562A

Tints of Hot Curry #80562A

Color information

#80562A (or 0x80562A) is unknown color: approx Hot Curry. HEX triplet: 80, 56 and 2A. RGB value is (128,86,42). Sum of RGB (Red+Green+Blue) = 128+86+42=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80562A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80562A is #7FA9D5. Grayscale: #5D5D5D. Windows color (decimal): -8366550 or 2774656. OLE color: 2774656.

HSL color Cylindrical-coordinate representation of color #80562A: hue angle of 30.7º 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 #80562A is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1288642-
CMYK00.330.670.50
HSL30.7º50.59%33.33%-
HSV(B)30.7º67.19%50.2%-
XYZ12.6511.413.73-
YUV93.5498.91152.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 42 (16.80% from 255) = 16.41%
R=50%
G=33.59%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128864200.330.670.5030.750.5933.33
Hex80562A02143321f3321
Octal2001265204110362376341
Binary1000000010101101010100100001100001111001011111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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