#815949

Color #815949 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #815949

Tints of Spicy Mix #815949

Color information

#815949 (or 0x815949) is unknown color: approx Spicy Mix. HEX triplet: 81, 59 and 49. RGB value is (129,89,73). Sum of RGB (Red+Green+Blue) = 129+89+73=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #815949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815949 is #7EA6B6. Grayscale: #636363. Windows color (decimal): -8300215 or 4807041. OLE color: 4807041.

HSL color Cylindrical-coordinate representation of color #815949: hue angle of 17.14º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #815949 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1298973-
CMYK00.310.430.49
HSL17.14º27.72%39.61%-
HSV(B)17.14º43.41%50.59%-
XYZ13.8312.297.95-
YUV99.14113.25149.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.33%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=44.33%
G=30.58%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129897300.310.430.4917.1427.7239.61
Hex81594901F2B31111c28
Octal2011311110375361213450
Binary10000001101100110010010111111010111100011000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815949; }

 p { color: rgb(129,89,73); }

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

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

 a { background-color: rgb(129,89,73); }

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

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

 span { border-color: rgb(129,89,73); }

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