Html Css Color HEX #875D50 Spicy Mix

📋 copy color: '#875D50'

red 135 ◦ green 93 ◦ blue 80

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

Shades of Spicy Mix #875D50

Tints of Spicy Mix #875D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.97%

R = 43.83%
G = 30.19%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#875D50 (or 0x875D50) is known color: Spicy Mix. HEX triplet: 87, 5D and 50. RGB value is (135,93,80). Sum of RGB (Red+Green+Blue) = 135+93+80=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #875D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D50 is #78A2AF. Grayscale: #686868. Windows color (decimal): -7905968 or 5266823. OLE color: 5266823.

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

Color convert

RGB 135 93 80 -
CMYK 0 0.31 0.41 0.47
HSL 14.18º 0.26% 0.42% -
HSV(B) 14.18º 0.41% 0.53% -
XYZ 15.35 13.56 9.4 -
YUV 104.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 135 93 80 0 0.31 0.41 0.47 14.18 0.26 0.42
Hex 87 5D 50 0 1F 29 2F E 1A 2A
Octal 207 135 120 0 37 51 57 16 32 52
Binary 10000111 1011101 1010000 0 11111 101001 101111 1110 11010 101010

Color Harmonies of #875D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D50

Black with #875D50

Text Example


Text Example

White with #875D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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