Html Css Color HEX #885C48 Spicy Mix

📋 copy color: '#885C48'

red 136 ◦ green 92 ◦ blue 72

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

Shades of Spicy Mix #885C48

Tints of Spicy Mix #885C48

RGB

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

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

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

R = 45.33%
G = 30.67%
B = 24%

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

#885C48 (or 0x885C48) is known color: Spicy Mix. HEX triplet: 88, 5C and 48. RGB value is (136,92,72). Sum of RGB (Red+Green+Blue) = 136+92+72=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #885C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C48 is #77A3B7. Grayscale: #666666. Windows color (decimal): -7840696 or 4742280. OLE color: 4742280.

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

Color convert

RGB 136 92 72 -
CMYK 0 0.32 0.47 0.47
HSL 18.75º 0.31% 0.41% -
HSV(B) 18.75º 0.47% 0.53% -
XYZ 15.15 13.36 7.91 -
YUV 102.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 136 92 72 0 0.32 0.47 0.47 18.75 0.31 0.41
Hex 88 5C 48 0 20 2F 2F 13 1F 29
Octal 210 134 110 0 40 57 57 23 37 51
Binary 10001000 1011100 1001000 0 100000 101111 101111 10011 11111 101001

Color Harmonies of #885C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C48

Black with #885C48

Text Example


Text Example

White with #885C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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