Html Css Color HEX #875B4F Spicy Mix

📋 copy color: '#875B4F'

red 135 ◦ green 91 ◦ blue 79

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

Shades of Spicy Mix #875B4F

Tints of Spicy Mix #875B4F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.84%

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

R = 44.26%
G = 29.84%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#875B4F (or 0x875B4F) is known color: Spicy Mix. HEX triplet: 87, 5B and 4F. RGB value is (135,91,79). Sum of RGB (Red+Green+Blue) = 135+91+79=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #875B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B4F is #78A4B0. Grayscale: #666666. Windows color (decimal): -7906481 or 5200775. OLE color: 5200775.

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

Color convert

RGB 135 91 79 -
CMYK 0 0.33 0.41 0.47
HSL 12.86º 0.26% 0.42% -
HSV(B) 12.86º 0.41% 0.53% -
XYZ 15.14 13.2 9.15 -
YUV 102.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 135 91 79 0 0.33 0.41 0.47 12.86 0.26 0.42
Hex 87 5B 4F 0 21 29 2F D 1A 2A
Octal 207 133 117 0 41 51 57 15 32 52
Binary 10000111 1011011 1001111 0 100001 101001 101111 1101 11010 101010

Color Harmonies of #875B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B4F

Black with #875B4F

Text Example


Text Example

White with #875B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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