#815F27

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

Shades of Hot Curry #815F27

Tints of Hot Curry #815F27

Color information

#815F27 (or 0x815F27) is unknown color: approx Hot Curry. HEX triplet: 81, 5F and 27. RGB value is (129,95,39). Sum of RGB (Red+Green+Blue) = 129+95+39=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #815F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815F27 is #7EA0D8. Grayscale: #636363. Windows color (decimal): -8298713 or 2580353. OLE color: 2580353.

HSL color Cylindrical-coordinate representation of color #815F27: hue angle of 37.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #815F27 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1299539-
CMYK00.260.700.49
HSL37.33º53.57%32.94%-
HSV(B)37.33º69.77%50.59%-
XYZ13.51133.72-
YUV98.7894.26149.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.05%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 39 (15.62% from 255) = 14.83%
R=49.05%
G=36.12%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129953900.260.700.4937.3353.5732.94
Hex815F2701A4631253621
Octal2011374703210661456641
Binary1000000110111111001110110101000110110001100101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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