Html Css Color HEX #875D4A Spicy Mix

📋 copy color: '#875D4A'

red 135 ◦ green 93 ◦ blue 74

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

Shades of Spicy Mix #875D4A

Tints of Spicy Mix #875D4A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.79%

 BLUE value IS 74 (29.3% from 255) = 24.5%

R = 44.7%
G = 30.79%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#875D4A (or 0x875D4A) is known color: Spicy Mix. HEX triplet: 87, 5D and 4A. RGB value is (135,93,74). Sum of RGB (Red+Green+Blue) = 135+93+74=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #875D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D4A is #78A2B5. Grayscale: #676767. Windows color (decimal): -7905974 or 4873607. OLE color: 4873607.

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

Color convert

RGB 135 93 74 -
CMYK 0 0.31 0.45 0.47
HSL 18.69º 0.29% 0.41% -
HSV(B) 18.69º 0.45% 0.53% -
XYZ 15.14 13.47 8.28 -
YUV 103.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 135 93 74 0 0.31 0.45 0.47 18.69 0.29 0.41
Hex 87 5D 4A 0 1F 2D 2F 13 1D 29
Octal 207 135 112 0 37 55 57 23 35 51
Binary 10000111 1011101 1001010 0 11111 101101 101111 10011 11101 101001

Color Harmonies of #875D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D4A

Black with #875D4A

Text Example


Text Example

White with #875D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,93,74); }

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

background-color css

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

 a { background-color: rgb(135,93,74); }

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

border-color css

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

 span { border-color: rgb(135,93,74); }

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