Html Css Color HEX #885C46 Spicy Mix

📋 copy color: '#885C46'

red 136 ◦ green 92 ◦ blue 70

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

Shades of Spicy Mix #885C46

Tints of Spicy Mix #885C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.49%

R = 45.64%
G = 30.87%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#885C46 (or 0x885C46) is known color: Spicy Mix. HEX triplet: 88, 5C and 46. RGB value is (136,92,70). Sum of RGB (Red+Green+Blue) = 136+92+70=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #885C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C46 is #77A3B9. Grayscale: #666666. Windows color (decimal): -7840698 or 4611208. OLE color: 4611208.

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

Color convert

RGB 136 92 70 -
CMYK 0 0.32 0.49 0.47
HSL 20º 0.32% 0.4% -
HSV(B) 20º 0.49% 0.53% -
XYZ 15.09 13.33 7.57 -
YUV 102.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 136 92 70 0 0.32 0.49 0.47 20 0.32 0.4
Hex 88 5C 46 0 20 31 2F 14 20 28
Octal 210 134 106 0 40 61 57 24 40 50
Binary 10001000 1011100 1000110 0 100000 110001 101111 10100 100000 101000

Color Harmonies of #885C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C46

Black with #885C46

Text Example


Text Example

White with #885C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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