#875B51

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

Shades of Spicy Mix #875B51

Tints of Spicy Mix #875B51

Color information

#875B51 (or 0x875B51) is unknown color: approx Spicy Mix. HEX triplet: 87, 5B and 51. RGB value is (135,91,81). Sum of RGB (Red+Green+Blue) = 135+91+81=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #875B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B51 is #78A4AE. Grayscale: #676767. Windows color (decimal): -7906479 or 5331847. OLE color: 5331847.

HSL color Cylindrical-coordinate representation of color #875B51: hue angle of 11.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875B51 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1359181-
CMYK00.330.400.47
HSL11.11º25%42.35%-
HSV(B)11.11º40%52.94%-
XYZ15.2213.239.54-
YUV103.02115.58150.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.97%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 81 (32.03% from 255) = 26.38%
R=43.97%
G=29.64%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135918100.330.400.4711.112542.35
Hex875B51021282Fb192a
Octal2071331210415057133152
Binary10000111101101110100010100001101000101111101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875B51; }

 p { color: rgb(135,91,81); }

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

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

 a { background-color: rgb(135,91,81); }

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

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

 span { border-color: rgb(135,91,81); }

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