Html Css Color HEX #875D4B Spicy Mix

📋 copy color: '#875D4B'

red 135 ◦ green 93 ◦ blue 75

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

Shades of Spicy Mix #875D4B

Tints of Spicy Mix #875D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.69%

 BLUE value IS 75 (29.69% from 255) = 24.75%

R = 44.55%
G = 30.69%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#875D4B (or 0x875D4B) is known color: Spicy Mix. HEX triplet: 87, 5D and 4B. RGB value is (135,93,75). Sum of RGB (Red+Green+Blue) = 135+93+75=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #875D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D4B is #78A2B4. Grayscale: #676767. Windows color (decimal): -7905973 or 4939143. OLE color: 4939143.

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

Color convert

RGB 135 93 75 -
CMYK 0 0.31 0.44 0.47
HSL 18º 0.29% 0.41% -
HSV(B) 18º 0.44% 0.53% -
XYZ 15.18 13.49 8.46 -
YUV 103.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 135 93 75 0 0.31 0.44 0.47 18 0.29 0.41
Hex 87 5D 4B 0 1F 2C 2F 12 1D 29
Octal 207 135 113 0 37 54 57 22 35 51
Binary 10000111 1011101 1001011 0 11111 101100 101111 10010 11101 101001

Color Harmonies of #875D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D4B

Black with #875D4B

Text Example


Text Example

White with #875D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,93,75); }

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

background-color css

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

 a { background-color: rgb(135,93,75); }

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

border-color css

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

 span { border-color: rgb(135,93,75); }

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