Html Css Color HEX #875C50 Spicy Mix

📋 copy color: '#875C50'

red 135 ◦ green 92 ◦ blue 80

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

Shades of Spicy Mix #875C50

Tints of Spicy Mix #875C50

RGB

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

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

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

R = 43.97%
G = 29.97%
B = 26.06%

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

#875C50 (or 0x875C50) is known color: Spicy Mix. HEX triplet: 87, 5C and 50. RGB value is (135,92,80). Sum of RGB (Red+Green+Blue) = 135+92+80=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #875C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C50 is #78A3AF. Grayscale: #676767. Windows color (decimal): -7906224 or 5266567. OLE color: 5266567.

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

Color convert

RGB 135 92 80 -
CMYK 0 0.32 0.41 0.47
HSL 13.09º 0.26% 0.42% -
HSV(B) 13.09º 0.41% 0.53% -
XYZ 15.27 13.38 9.37 -
YUV 103.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 135 92 80 0 0.32 0.41 0.47 13.09 0.26 0.42
Hex 87 5C 50 0 20 29 2F D 1A 2A
Octal 207 134 120 0 40 51 57 15 32 52
Binary 10000111 1011100 1010000 0 100000 101001 101111 1101 11010 101010

Color Harmonies of #875C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C50

Black with #875C50

Text Example


Text Example

White with #875C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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