Html Css Color HEX #875F51 Spicy Mix

📋 copy color: '#875F51'

red 135 ◦ green 95 ◦ blue 81

#875F51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Mix #875F51

Tints of Spicy Mix #875F51

RGB

 RED value IS 135 (53.13% from 255) = 43.41%

 GREEN value IS 95 (37.5% from 255) = 30.55%

 BLUE value IS 81 (32.03% from 255) = 26.05%

R = 43.41%
G = 30.55%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#875F51 (or 0x875F51) is known color: Spicy Mix. HEX triplet: 87, 5F and 51. RGB value is (135,95,81). Sum of RGB (Red+Green+Blue) = 135+95+81=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #875F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F51 is #78A0AE. Grayscale: #696969. Windows color (decimal): -7905455 or 5332871. OLE color: 5332871.

HSL color Cylindrical-coordinate representation of color #875F51: hue angle of 15.56º 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 #875F51 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 95 81 -
CMYK 0 0.30 0.40 0.47
HSL 15.56º 0.25% 0.42% -
HSV(B) 15.56º 0.4% 0.53% -
XYZ 15.57 13.93 9.65 -
YUV 105.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 135 95 81 0 0.30 0.40 0.47 15.56 0.25 0.42
Hex 87 5F 51 0 1E 28 2F 10 19 2A
Octal 207 137 121 0 36 50 57 20 31 52
Binary 10000111 1011111 1010001 0 11110 101000 101111 10000 11001 101010

Color Harmonies of #875F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F51

Black with #875F51

Text Example


Text Example

White with #875F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #875F51;
 }
 .AnyTagClassName
 {
   color: #875F51;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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