Html Css Color HEX #875C48 Spicy Mix

📋 copy color: '#875C48'

red 135 ◦ green 92 ◦ blue 72

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

Shades of Spicy Mix #875C48

Tints of Spicy Mix #875C48

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.77%

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

R = 45.15%
G = 30.77%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#875C48 (or 0x875C48) is known color: Spicy Mix. HEX triplet: 87, 5C and 48. RGB value is (135,92,72). Sum of RGB (Red+Green+Blue) = 135+92+72=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #875C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C48 is #78A3B7. Grayscale: #666666. Windows color (decimal): -7906232 or 4742279. OLE color: 4742279.

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

Color convert

RGB 135 92 72 -
CMYK 0 0.32 0.47 0.47
HSL 19.05º 0.3% 0.41% -
HSV(B) 19.05º 0.47% 0.53% -
XYZ 14.99 13.27 7.9 -
YUV 102.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 135 92 72 0 0.32 0.47 0.47 19.05 0.3 0.41
Hex 87 5C 48 0 20 2F 2F 13 1E 29
Octal 207 134 110 0 40 57 57 23 36 51
Binary 10000111 1011100 1001000 0 100000 101111 101111 10011 11110 101001

Color Harmonies of #875C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C48

Black with #875C48

Text Example


Text Example

White with #875C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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