#80602F

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

Shades of Hot Curry #80602F

Tints of Hot Curry #80602F

Color information

#80602F (or 0x80602F) is unknown color: approx Hot Curry. HEX triplet: 80, 60 and 2F. RGB value is (128,96,47). Sum of RGB (Red+Green+Blue) = 128+96+47=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80602F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80602F is #7F9FD0. Grayscale: #646464. Windows color (decimal): -8363985 or 3104896. OLE color: 3104896.

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

Color convert

RGB1289647-
CMYK00.250.630.50
HSL36.3º46.29%34.31%-
HSV(B)36.3º63.28%50.2%-
XYZ13.613.164.51-
YUV99.9898.1147.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.23%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 47 (18.75% from 255) = 17.34%
R=47.23%
G=35.42%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128964700.250.630.5036.346.2934.31
Hex80602F0193F32242e22
Octal200140570317762445642
Binary100000001100000101111011001111111110010100100101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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