Html Css Color HEX #875E48 Spicy Mix

📋 copy color: '#875E48'

red 135 ◦ green 94 ◦ blue 72

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

Shades of Spicy Mix #875E48

Tints of Spicy Mix #875E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.92%

R = 44.85%
G = 31.23%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#875E48 (or 0x875E48) is known color: Spicy Mix. HEX triplet: 87, 5E and 48. RGB value is (135,94,72). Sum of RGB (Red+Green+Blue) = 135+94+72=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #875E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875E48 is #78A1B7. Grayscale: #676767. Windows color (decimal): -7905720 or 4742791. OLE color: 4742791.

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

Color convert

RGB 135 94 72 -
CMYK 0 0.30 0.47 0.47
HSL 20.95º 0.3% 0.41% -
HSV(B) 20.95º 0.47% 0.53% -
XYZ 15.16 13.62 7.96 -
YUV 103.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 135 94 72 0 0.30 0.47 0.47 20.95 0.3 0.41
Hex 87 5E 48 0 1E 2F 2F 15 1E 29
Octal 207 136 110 0 36 57 57 25 36 51
Binary 10000111 1011110 1001000 0 11110 101111 101111 10101 11110 101001

Color Harmonies of #875E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E48

Black with #875E48

Text Example


Text Example

White with #875E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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