Html Css Color HEX #885C47 Spicy Mix

📋 copy color: '#885C47'

red 136 ◦ green 92 ◦ blue 71

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

Shades of Spicy Mix #885C47

Tints of Spicy Mix #885C47

RGB

 RED value IS 136 (53.52% from 255) = 45.48%

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

 BLUE value IS 71 (28.13% from 255) = 23.75%

R = 45.48%
G = 30.77%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#885C47 (or 0x885C47) is known color: Spicy Mix. HEX triplet: 88, 5C and 47. RGB value is (136,92,71). Sum of RGB (Red+Green+Blue) = 136+92+71=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #885C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C47 is #77A3B8. Grayscale: #666666. Windows color (decimal): -7840697 or 4676744. OLE color: 4676744.

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

Color convert

RGB 136 92 71 -
CMYK 0 0.32 0.48 0.47
HSL 19.38º 0.31% 0.41% -
HSV(B) 19.38º 0.48% 0.53% -
XYZ 15.12 13.34 7.74 -
YUV 102.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 136 92 71 0 0.32 0.48 0.47 19.38 0.31 0.41
Hex 88 5C 47 0 20 30 2F 13 1F 29
Octal 210 134 107 0 40 60 57 23 37 51
Binary 10001000 1011100 1000111 0 100000 110000 101111 10011 11111 101001

Color Harmonies of #885C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C47

Black with #885C47

Text Example


Text Example

White with #885C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885C47; }

 p { color: rgb(136,92,71); }

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

background-color css

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

 a { background-color: rgb(136,92,71); }

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

border-color css

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

 span { border-color: rgb(136,92,71); }

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