#815A50

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

Shades of Spicy Mix #815A50

Tints of Spicy Mix #815A50

Color information

#815A50 (or 0x815A50) is unknown color: approx Spicy Mix. HEX triplet: 81, 5A and 50. RGB value is (129,90,80). Sum of RGB (Red+Green+Blue) = 129+90+80=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #815A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A50 is #7EA5AF. Grayscale: #646464. Windows color (decimal): -8299952 or 5266049. OLE color: 5266049.

HSL color Cylindrical-coordinate representation of color #815A50: hue angle of 12.24º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #815A50 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1299080-
CMYK00.300.380.49
HSL12.24º23.44%40.98%-
HSV(B)12.24º37.98%50.59%-
XYZ14.1612.569.27-
YUV100.52116.42148.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 80 (31.64% from 255) = 26.76%
R=43.14%
G=30.10%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129908000.300.380.4912.2423.4440.98
Hex815A5001E2631c1729
Octal2011321200364661142751
Binary1000000110110101010000011110100110110001110010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,90,80); }

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

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

 a { background-color: rgb(129,90,80); }

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

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

 span { border-color: rgb(129,90,80); }

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