#80632D

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

Shades of Hot Curry #80632D

Tints of Hot Curry #80632D

Color information

#80632D (or 0x80632D) is unknown color: approx Hot Curry. HEX triplet: 80, 63 and 2D. RGB value is (128,99,45). Sum of RGB (Red+Green+Blue) = 128+99+45=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80632D is #7F9CD2. Grayscale: #656565. Windows color (decimal): -8363219 or 2974592. OLE color: 2974592.

HSL color Cylindrical-coordinate representation of color #80632D: hue angle of 39.04º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80632D is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1289945-
CMYK00.230.650.50
HSL39.04º47.98%33.92%-
HSV(B)39.04º64.84%50.2%-
XYZ13.8413.74.4-
YUV101.5196.11146.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.06%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=47.06%
G=36.40%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128994500.230.650.5039.0447.9833.92
Hex80632D0174132273022
Octal2001435502710162476042
Binary1000000011000111011010101111000001110010100111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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