Html Css Color HEX #875F4F Spicy Mix

📋 copy color: '#875F4F'

red 135 ◦ green 95 ◦ blue 79

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

Shades of Spicy Mix #875F4F

Tints of Spicy Mix #875F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.57%

R = 43.69%
G = 30.74%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#875F4F (or 0x875F4F) is known color: Spicy Mix. HEX triplet: 87, 5F and 4F. RGB value is (135,95,79). Sum of RGB (Red+Green+Blue) = 135+95+79=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #875F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F4F is #78A0B0. Grayscale: #696969. Windows color (decimal): -7905457 or 5201799. OLE color: 5201799.

HSL color Cylindrical-coordinate representation of color #875F4F: hue angle of 17.14º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875F4F is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 95 79 -
CMYK 0 0.30 0.41 0.47
HSL 17.14º 0.26% 0.42% -
HSV(B) 17.14º 0.41% 0.53% -
XYZ 15.5 13.9 9.26 -
YUV 105.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 135 95 79 0 0.30 0.41 0.47 17.14 0.26 0.42
Hex 87 5F 4F 0 1E 29 2F 11 1A 2A
Octal 207 137 117 0 36 51 57 21 32 52
Binary 10000111 1011111 1001111 0 11110 101001 101111 10001 11010 101010

Color Harmonies of #875F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F4F

Black with #875F4F

Text Example


Text Example

White with #875F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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