#815E29

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

Shades of Hot Curry #815E29

Tints of Hot Curry #815E29

Color information

#815E29 (or 0x815E29) is unknown color: approx Hot Curry. HEX triplet: 81, 5E and 29. RGB value is (129,94,41). Sum of RGB (Red+Green+Blue) = 129+94+41=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #815E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815E29 is #7EA1D6. Grayscale: #626262. Windows color (decimal): -8298967 or 2711169. OLE color: 2711169.

HSL color Cylindrical-coordinate representation of color #815E29: hue angle of 36.14º 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 #815E29 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1299441-
CMYK00.270.680.49
HSL36.14º51.76%33.33%-
HSV(B)36.14º68.22%50.59%-
XYZ13.4612.833.87-
YUV98.4295.6149.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.86%
GREEN value IS 94 (37.11% from 255) = 35.61%
BLUE value IS 41 (16.41% from 255) = 15.53%
R=48.86%
G=35.61%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129944100.270.680.4936.1451.7633.33
Hex815E2901B4431243421
Octal2011365103310461446441
Binary1000000110111101010010110111000100110001100100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815E29; }

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

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

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

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

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

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

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

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