#815948

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

Shades of Spicy Mix #815948

Tints of Spicy Mix #815948

Color information

#815948 (or 0x815948) is unknown color: approx Spicy Mix. HEX triplet: 81, 59 and 48. RGB value is (129,89,72). Sum of RGB (Red+Green+Blue) = 129+89+72=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #815948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815948 is #7EA6B7. Grayscale: #636363. Windows color (decimal): -8300216 or 4741505. OLE color: 4741505.

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

Color convert

RGB1298972-
CMYK00.310.440.49
HSL17.89º28.36%39.41%-
HSV(B)17.89º44.19%50.59%-
XYZ13.812.287.77-
YUV99.02112.75149.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 72 (28.52% from 255) = 24.83%
R=44.48%
G=30.69%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129897200.310.440.4917.8928.3639.41
Hex81594801F2C31121c27
Octal2011311100375461223447
Binary10000001101100110010000111111011001100011001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815948; }

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

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

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

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

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

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

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

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