Html Css Color HEX #875E4E Spicy Mix

📋 copy color: '#875E4E'

red 135 ◦ green 94 ◦ blue 78

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

Shades of Spicy Mix #875E4E

Tints of Spicy Mix #875E4E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.62%

 BLUE value IS 78 (30.86% from 255) = 25.41%

R = 43.97%
G = 30.62%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#875E4E (or 0x875E4E) is known color: Spicy Mix. HEX triplet: 87, 5E and 4E. RGB value is (135,94,78). Sum of RGB (Red+Green+Blue) = 135+94+78=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #875E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E4E is #78A1B1. Grayscale: #686868. Windows color (decimal): -7905714 or 5136007. OLE color: 5136007.

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

Color convert

RGB 135 94 78 -
CMYK 0 0.30 0.42 0.47
HSL 16.84º 0.27% 0.42% -
HSV(B) 16.84º 0.42% 0.53% -
XYZ 15.37 13.71 9.04 -
YUV 104.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 135 94 78 0 0.30 0.42 0.47 16.84 0.27 0.42
Hex 87 5E 4E 0 1E 2A 2F 11 1B 2A
Octal 207 136 116 0 36 52 57 21 33 52
Binary 10000111 1011110 1001110 0 11110 101010 101111 10001 11011 101010

Color Harmonies of #875E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E4E

Black with #875E4E

Text Example


Text Example

White with #875E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,94,78); }

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

background-color css

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

 a { background-color: rgb(135,94,78); }

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

border-color css

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

 span { border-color: rgb(135,94,78); }

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