Html Css Color HEX #875C47 Spicy Mix

📋 copy color: '#875C47'

red 135 ◦ green 92 ◦ blue 71

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

Shades of Spicy Mix #875C47

Tints of Spicy Mix #875C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.83%

R = 45.3%
G = 30.87%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#875C47 (or 0x875C47) is known color: Spicy Mix. HEX triplet: 87, 5C and 47. RGB value is (135,92,71). Sum of RGB (Red+Green+Blue) = 135+92+71=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #875C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C47 is #78A3B8. Grayscale: #666666. Windows color (decimal): -7906233 or 4676743. OLE color: 4676743.

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

Color convert

RGB 135 92 71 -
CMYK 0 0.32 0.47 0.47
HSL 19.69º 0.31% 0.4% -
HSV(B) 19.69º 0.47% 0.53% -
XYZ 14.96 13.26 7.73 -
YUV 102.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 135 92 71 0 0.32 0.47 0.47 19.69 0.31 0.4
Hex 87 5C 47 0 20 2F 2F 14 1F 28
Octal 207 134 107 0 40 57 57 24 37 50
Binary 10000111 1011100 1000111 0 100000 101111 101111 10100 11111 101000

Color Harmonies of #875C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C47

Black with #875C47

Text Example


Text Example

White with #875C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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