#815E2C

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

Shades of Hot Curry #815E2C

Tints of Hot Curry #815E2C

Color information

#815E2C (or 0x815E2C) is unknown color: approx Hot Curry. HEX triplet: 81, 5E and 2C. RGB value is (129,94,44). Sum of RGB (Red+Green+Blue) = 129+94+44=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #815E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815E2C is #7EA1D3. Grayscale: #636363. Windows color (decimal): -8298964 or 2907777. OLE color: 2907777.

HSL color Cylindrical-coordinate representation of color #815E2C: hue angle of 35.29º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #815E2C is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1299444-
CMYK00.270.660.49
HSL35.29º49.13%33.92%-
HSV(B)35.29º65.89%50.59%-
XYZ13.5112.854.15-
YUV98.7697.1149.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=48.31%
G=35.21%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129944400.270.660.4935.2949.1333.92
Hex815E2C01B4231233122
Octal2011365403310261436142
Binary1000000110111101011000110111000010110001100011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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