Html Css Color HEX #875D53 Spicy Mix

📋 copy color: '#875D53'

red 135 ◦ green 93 ◦ blue 83

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

Shades of Spicy Mix #875D53

Tints of Spicy Mix #875D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.69%

R = 43.41%
G = 29.9%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#875D53 (or 0x875D53) is known color: Spicy Mix. HEX triplet: 87, 5D and 53. RGB value is (135,93,83). Sum of RGB (Red+Green+Blue) = 135+93+83=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #875D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D53 is #78A2AC. Grayscale: #686868. Windows color (decimal): -7905965 or 5463431. OLE color: 5463431.

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

Color convert

RGB 135 93 83 -
CMYK 0 0.31 0.39 0.47
HSL 11.54º 0.24% 0.43% -
HSV(B) 11.54º 0.39% 0.53% -
XYZ 15.47 13.6 9.99 -
YUV 104.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 135 93 83 0 0.31 0.39 0.47 11.54 0.24 0.43
Hex 87 5D 53 0 1F 27 2F C 18 2B
Octal 207 135 123 0 37 47 57 14 30 53
Binary 10000111 1011101 1010011 0 11111 100111 101111 1100 11000 101011

Color Harmonies of #875D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D53

Black with #875D53

Text Example


Text Example

White with #875D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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