#80602E

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

Shades of Hot Curry #80602E

Tints of Hot Curry #80602E

Color information

#80602E (or 0x80602E) is unknown color: approx Hot Curry. HEX triplet: 80, 60 and 2E. RGB value is (128,96,46). Sum of RGB (Red+Green+Blue) = 128+96+46=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80602E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80602E is #7F9FD1. Grayscale: #646464. Windows color (decimal): -8363986 or 3039360. OLE color: 3039360.

HSL color Cylindrical-coordinate representation of color #80602E: hue angle of 36.59º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80602E is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB1289646-
CMYK00.250.640.50
HSL36.59º47.13%34.12%-
HSV(B)36.59º64.06%50.2%-
XYZ13.5813.154.41-
YUV99.8797.6148.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.41%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 46 (18.36% from 255) = 17.04%
R=47.41%
G=35.56%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128964600.250.640.5036.5947.1334.12
Hex80602E0194032252f22
Octal2001405603110062455742
Binary1000000011000001011100110011000000110010100101101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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