Html Css Color HEX #875C4F Spicy Mix

📋 copy color: '#875C4F'

red 135 ◦ green 92 ◦ blue 79

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

Shades of Spicy Mix #875C4F

Tints of Spicy Mix #875C4F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

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

R = 44.12%
G = 30.07%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#875C4F (or 0x875C4F) is known color: Spicy Mix. HEX triplet: 87, 5C and 4F. RGB value is (135,92,79). Sum of RGB (Red+Green+Blue) = 135+92+79=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #875C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C4F is #78A3B0. Grayscale: #676767. Windows color (decimal): -7906225 or 5201031. OLE color: 5201031.

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

Color convert

RGB 135 92 79 -
CMYK 0 0.32 0.41 0.47
HSL 13.93º 0.26% 0.42% -
HSV(B) 13.93º 0.41% 0.53% -
XYZ 15.23 13.37 9.18 -
YUV 103.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 135 92 79 0 0.32 0.41 0.47 13.93 0.26 0.42
Hex 87 5C 4F 0 20 29 2F E 1A 2A
Octal 207 134 117 0 40 51 57 16 32 52
Binary 10000111 1011100 1001111 0 100000 101001 101111 1110 11010 101010

Color Harmonies of #875C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C4F

Black with #875C4F

Text Example


Text Example

White with #875C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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