Html Css Color HEX #885F53 Spicy Mix

📋 copy color: '#885F53'

red 136 ◦ green 95 ◦ blue 83

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

Shades of Spicy Mix #885F53

Tints of Spicy Mix #885F53

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.25%

 BLUE value IS 83 (32.81% from 255) = 26.43%

R = 43.31%
G = 30.25%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#885F53 (or 0x885F53) is known color: Spicy Mix. HEX triplet: 88, 5F and 53. RGB value is (136,95,83). Sum of RGB (Red+Green+Blue) = 136+95+83=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #885F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F53 is #77A0AC. Grayscale: #696969. Windows color (decimal): -7839917 or 5463944. OLE color: 5463944.

HSL color Cylindrical-coordinate representation of color #885F53: hue angle of 13.58º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #885F53 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 95 83 -
CMYK 0 0.30 0.39 0.47
HSL 13.58º 0.24% 0.43% -
HSV(B) 13.58º 0.39% 0.53% -
XYZ 15.81 14.04 10.06 -
YUV 105.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 136 95 83 0 0.30 0.39 0.47 13.58 0.24 0.43
Hex 88 5F 53 0 1E 27 2F E 18 2B
Octal 210 137 123 0 36 47 57 16 30 53
Binary 10001000 1011111 1010011 0 11110 100111 101111 1110 11000 101011

Color Harmonies of #885F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F53

Black with #885F53

Text Example


Text Example

White with #885F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,95,83); }

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

background-color css

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

 a { background-color: rgb(136,95,83); }

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

border-color css

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

 span { border-color: rgb(136,95,83); }

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