Html Css Color HEX #875948 Spicy Mix

📋 copy color: '#875948'

red 135 ◦ green 89 ◦ blue 72

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

Shades of Spicy Mix #875948

Tints of Spicy Mix #875948

RGB

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

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

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

R = 45.61%
G = 30.07%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#875948 (or 0x875948) is known color: Spicy Mix. HEX triplet: 87, 59 and 48. RGB value is (135,89,72). Sum of RGB (Red+Green+Blue) = 135+89+72=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #875948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875948 is #78A6B7. Grayscale: #646464. Windows color (decimal): -7907000 or 4741511. OLE color: 4741511.

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

Color convert

RGB 135 89 72 -
CMYK 0 0.34 0.47 0.47
HSL 16.19º 0.3% 0.41% -
HSV(B) 16.19º 0.47% 0.53% -
XYZ 14.73 12.76 7.82 -
YUV 100.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 135 89 72 0 0.34 0.47 0.47 16.19 0.3 0.41
Hex 87 59 48 0 22 2F 2F 10 1E 29
Octal 207 131 110 0 42 57 57 20 36 51
Binary 10000111 1011001 1001000 0 100010 101111 101111 10000 11110 101001

Color Harmonies of #875948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875948

Black with #875948

Text Example


Text Example

White with #875948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875948; }

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

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

background-color css

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

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

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

border-color css

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

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

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