Html Css Color HEX #875946 Spicy Mix

📋 copy color: '#875946'

red 135 ◦ green 89 ◦ blue 70

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

Shades of Spicy Mix #875946

Tints of Spicy Mix #875946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.27%

 BLUE value IS 70 (27.73% from 255) = 23.81%

R = 45.92%
G = 30.27%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#875946 (or 0x875946) is known color: Spicy Mix. HEX triplet: 87, 59 and 46. RGB value is (135,89,70). Sum of RGB (Red+Green+Blue) = 135+89+70=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #875946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875946 is #78A6B9. Grayscale: #646464. Windows color (decimal): -7907002 or 4610439. OLE color: 4610439.

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

Color convert

RGB 135 89 70 -
CMYK 0 0.34 0.48 0.47
HSL 17.54º 0.32% 0.4% -
HSV(B) 17.54º 0.48% 0.53% -
XYZ 14.67 12.74 7.48 -
YUV 100.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 135 89 70 0 0.34 0.48 0.47 17.54 0.32 0.4
Hex 87 59 46 0 22 30 2F 12 20 28
Octal 207 131 106 0 42 60 57 22 40 50
Binary 10000111 1011001 1000110 0 100010 110000 101111 10010 100000 101000

Color Harmonies of #875946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875946

Black with #875946

Text Example


Text Example

White with #875946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875946; }

 p { color: rgb(135,89,70); }

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

background-color css

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

 a { background-color: rgb(135,89,70); }

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

border-color css

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

 span { border-color: rgb(135,89,70); }

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