Html Css Color HEX #875F54 Spicy Mix

📋 copy color: '#875F54'

red 135 ◦ green 95 ◦ blue 84

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

Shades of Spicy Mix #875F54

Tints of Spicy Mix #875F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.75%

R = 42.99%
G = 30.25%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#875F54 (or 0x875F54) is known color: Spicy Mix. HEX triplet: 87, 5F and 54. RGB value is (135,95,84). Sum of RGB (Red+Green+Blue) = 135+95+84=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #875F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F54 is #78A0AB. Grayscale: #696969. Windows color (decimal): -7905452 or 5529479. OLE color: 5529479.

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

Color convert

RGB 135 95 84 -
CMYK 0 0.30 0.38 0.47
HSL 12.94º 0.23% 0.43% -
HSV(B) 12.94º 0.38% 0.53% -
XYZ 15.68 13.98 10.26 -
YUV 105.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 135 95 84 0 0.30 0.38 0.47 12.94 0.23 0.43
Hex 87 5F 54 0 1E 26 2F D 17 2B
Octal 207 137 124 0 36 46 57 15 27 53
Binary 10000111 1011111 1010100 0 11110 100110 101111 1101 10111 101011

Color Harmonies of #875F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F54

Black with #875F54

Text Example


Text Example

White with #875F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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