Html Css Color HEX #875F49 Spicy Mix

📋 copy color: '#875F49'

red 135 ◦ green 95 ◦ blue 73

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

Shades of Spicy Mix #875F49

Tints of Spicy Mix #875F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.35%

 BLUE value IS 73 (28.91% from 255) = 24.09%

R = 44.55%
G = 31.35%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#875F49 (or 0x875F49) is known color: Spicy Mix. HEX triplet: 87, 5F and 49. RGB value is (135,95,73). Sum of RGB (Red+Green+Blue) = 135+95+73=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #875F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F49 is #78A0B6. Grayscale: #686868. Windows color (decimal): -7905463 or 4808583. OLE color: 4808583.

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

Color convert

RGB 135 95 73 -
CMYK 0 0.30 0.46 0.47
HSL 21.29º 0.3% 0.41% -
HSV(B) 21.29º 0.46% 0.53% -
XYZ 15.29 13.82 8.16 -
YUV 104.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 135 95 73 0 0.30 0.46 0.47 21.29 0.3 0.41
Hex 87 5F 49 0 1E 2E 2F 15 1E 29
Octal 207 137 111 0 36 56 57 25 36 51
Binary 10000111 1011111 1001001 0 11110 101110 101111 10101 11110 101001

Color Harmonies of #875F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F49

Black with #875F49

Text Example


Text Example

White with #875F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,95,73); }

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

background-color css

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

 a { background-color: rgb(135,95,73); }

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

border-color css

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

 span { border-color: rgb(135,95,73); }

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