Html Css Color HEX #875D52 Spicy Mix

📋 copy color: '#875D52'

red 135 ◦ green 93 ◦ blue 82

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

Shades of Spicy Mix #875D52

Tints of Spicy Mix #875D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.45%

R = 43.55%
G = 30%
B = 26.45%

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

#875D52 (or 0x875D52) is known color: Spicy Mix. HEX triplet: 87, 5D and 52. RGB value is (135,93,82). Sum of RGB (Red+Green+Blue) = 135+93+82=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #875D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D52 is #78A2AD. Grayscale: #686868. Windows color (decimal): -7905966 or 5397895. OLE color: 5397895.

HSL color Cylindrical-coordinate representation of color #875D52: hue angle of 12.45º 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 #875D52 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 93 82 -
CMYK 0 0.31 0.39 0.47
HSL 12.45º 0.24% 0.43% -
HSV(B) 12.45º 0.39% 0.53% -
XYZ 15.43 13.59 9.79 -
YUV 104.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 135 93 82 0 0.31 0.39 0.47 12.45 0.24 0.43
Hex 87 5D 52 0 1F 27 2F C 18 2B
Octal 207 135 122 0 37 47 57 14 30 53
Binary 10000111 1011101 1010010 0 11111 100111 101111 1100 11000 101011

Color Harmonies of #875D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D52

Black with #875D52

Text Example


Text Example

White with #875D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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