#816329

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

Shades of Hot Curry #816329

Tints of Hot Curry #816329

Color information

#816329 (or 0x816329) is unknown color: approx Hot Curry. HEX triplet: 81, 63 and 29. RGB value is (129,99,41). Sum of RGB (Red+Green+Blue) = 129+99+41=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #816329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816329 is #7E9CD6. Grayscale: #656565. Windows color (decimal): -8297687 or 2712449. OLE color: 2712449.

HSL color Cylindrical-coordinate representation of color #816329: hue angle of 39.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #816329 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1299941-
CMYK00.230.680.49
HSL39.55º51.76%33.33%-
HSV(B)39.55º68.22%50.59%-
XYZ13.9213.754.02-
YUV101.3693.94147.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.96%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 41 (16.41% from 255) = 15.24%
R=47.96%
G=36.80%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129994100.230.680.4939.5551.7633.33
Hex8163290174431283421
Octal2011435102710461506441
Binary1000000111000111010010101111000100110001101000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816329; }

 p { color: rgb(129,99,41); }

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

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

 a { background-color: rgb(129,99,41); }

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

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

 span { border-color: rgb(129,99,41); }

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