Html Css Color HEX #875A4F Spicy Mix

📋 copy color: '#875A4F'

red 135 ◦ green 90 ◦ blue 79

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

Shades of Spicy Mix #875A4F

Tints of Spicy Mix #875A4F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.61%

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

R = 44.41%
G = 29.61%
B = 25.99%

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

#875A4F (or 0x875A4F) is known color: Spicy Mix. HEX triplet: 87, 5A and 4F. RGB value is (135,90,79). Sum of RGB (Red+Green+Blue) = 135+90+79=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #875A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875A4F is #78A5B0. Grayscale: #666666. Windows color (decimal): -7906737 or 5200519. OLE color: 5200519.

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

Color convert

RGB 135 90 79 -
CMYK 0 0.33 0.41 0.47
HSL 11.79º 0.26% 0.42% -
HSV(B) 11.79º 0.41% 0.53% -
XYZ 15.06 13.03 9.12 -
YUV 102.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 135 90 79 0 0.33 0.41 0.47 11.79 0.26 0.42
Hex 87 5A 4F 0 21 29 2F C 1A 2A
Octal 207 132 117 0 41 51 57 14 32 52
Binary 10000111 1011010 1001111 0 100001 101001 101111 1100 11010 101010

Color Harmonies of #875A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875A4F

Black with #875A4F

Text Example


Text Example

White with #875A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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