#80602B

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

Shades of Hot Curry #80602B

Tints of Hot Curry #80602B

Color information

#80602B (or 0x80602B) is unknown color: approx Hot Curry. HEX triplet: 80, 60 and 2B. RGB value is (128,96,43). Sum of RGB (Red+Green+Blue) = 128+96+43=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #80602B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80602B is #7F9FD4. Grayscale: #636363. Windows color (decimal): -8363989 or 2842752. OLE color: 2842752.

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

Color convert

RGB1289643-
CMYK00.250.660.50
HSL37.41º49.71%33.53%-
HSV(B)37.41º66.41%50.2%-
XYZ13.5213.134.11-
YUV99.5396.1148.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 43 (17.19% from 255) = 16.10%
R=47.94%
G=35.96%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128964300.250.660.5037.4149.7133.53
Hex80602B0194232253222
Octal2001405303110262456242
Binary1000000011000001010110110011000010110010100101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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