#815D27

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

Shades of Hot Curry #815D27

Tints of Hot Curry #815D27

Color information

#815D27 (or 0x815D27) is unknown color: approx Hot Curry. HEX triplet: 81, 5D and 27. RGB value is (129,93,39). Sum of RGB (Red+Green+Blue) = 129+93+39=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #815D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815D27 is #7EA2D8. Grayscale: #616161. Windows color (decimal): -8299225 or 2579841. OLE color: 2579841.

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

Color convert

RGB1299339-
CMYK00.280.700.49
HSL36º53.57%32.94%-
HSV(B)36º69.77%50.59%-
XYZ13.3312.643.66-
YUV97.6194.93150.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.43%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 39 (15.62% from 255) = 14.94%
R=49.43%
G=35.63%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129933900.280.700.493653.5732.94
Hex815D2701C4631243621
Octal2011354703410661446641
Binary1000000110111011001110111001000110110001100100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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