#815F29

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

Shades of Hot Curry #815F29

Tints of Hot Curry #815F29

Color information

#815F29 (or 0x815F29) is unknown color: approx Hot Curry. HEX triplet: 81, 5F and 29. RGB value is (129,95,41). Sum of RGB (Red+Green+Blue) = 129+95+41=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #815F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815F29 is #7EA0D6. Grayscale: #636363. Windows color (decimal): -8298711 or 2711425. OLE color: 2711425.

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

Color convert

RGB1299541-
CMYK00.260.680.49
HSL36.82º51.76%33.33%-
HSV(B)36.82º68.22%50.59%-
XYZ13.5513.013.9-
YUV99.0195.26149.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.68%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 41 (16.41% from 255) = 15.47%
R=48.68%
G=35.85%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129954100.260.680.4936.8251.7633.33
Hex815F2901A4431253421
Octal2011375103210461456441
Binary1000000110111111010010110101000100110001100101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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