#80632A

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

Shades of Hot Curry #80632A

Tints of Hot Curry #80632A

Color information

#80632A (or 0x80632A) is unknown color: approx Hot Curry. HEX triplet: 80, 63 and 2A. RGB value is (128,99,42). Sum of RGB (Red+Green+Blue) = 128+99+42=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #80632A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80632A is #7F9CD5. Grayscale: #656565. Windows color (decimal): -8363222 or 2777984. OLE color: 2777984.

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

Color convert

RGB1289942-
CMYK00.230.670.50
HSL39.77º50.59%33.33%-
HSV(B)39.77º67.19%50.2%-
XYZ13.7813.684.1-
YUV101.1794.61147.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.58%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 42 (16.80% from 255) = 15.61%
R=47.58%
G=36.80%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128994200.230.670.5039.7750.5933.33
Hex80632A0174332283321
Octal2001435202710362506341
Binary1000000011000111010100101111000011110010101000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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