#80602A

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

Shades of Hot Curry #80602A

Tints of Hot Curry #80602A

Color information

#80602A (or 0x80602A) is unknown color: approx Hot Curry. HEX triplet: 80, 60 and 2A. RGB value is (128,96,42). Sum of RGB (Red+Green+Blue) = 128+96+42=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #80602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80602A is #7F9FD5. Grayscale: #636363. Windows color (decimal): -8363990 or 2777216. OLE color: 2777216.

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

Color convert

RGB1289642-
CMYK00.250.670.50
HSL37.67º50.59%33.33%-
HSV(B)37.67º67.19%50.2%-
XYZ13.513.124.01-
YUV99.4195.6148.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.12%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 42 (16.80% from 255) = 15.79%
R=48.12%
G=36.09%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128964200.250.670.5037.6750.5933.33
Hex80602A0194332263321
Octal2001405203110362466341
Binary1000000011000001010100110011000011110010100110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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