Html Css Color HEX #855D53 Spicy Mix

📋 copy color: '#855D53'

red 133 ◦ green 93 ◦ blue 83

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

Shades of Spicy Mix #855D53

Tints of Spicy Mix #855D53

RGB

 RED value IS 133 (52.34% from 255) = 43.04%

 GREEN value IS 93 (36.72% from 255) = 30.1%

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

R = 43.04%
G = 30.1%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#855D53 (or 0x855D53) is known color: Spicy Mix. HEX triplet: 85, 5D and 53. RGB value is (133,93,83). Sum of RGB (Red+Green+Blue) = 133+93+83=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #855D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D53 is #7AA2AC. Grayscale: #676767. Windows color (decimal): -8037037 or 5463429. OLE color: 5463429.

HSL color Cylindrical-coordinate representation of color #855D53: hue angle of 12º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855D53 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 93 83 -
CMYK 0 0.30 0.38 0.48
HSL 12º 0.23% 0.42% -
HSV(B) 12º 0.38% 0.52% -
XYZ 15.15 13.44 9.98 -
YUV 103.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 133 93 83 0 0.30 0.38 0.48 12 0.23 0.42
Hex 85 5D 53 0 1E 26 30 C 17 2A
Octal 205 135 123 0 36 46 60 14 27 52
Binary 10000101 1011101 1010011 0 11110 100110 110000 1100 10111 101010

Color Harmonies of #855D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D53

Black with #855D53

Text Example


Text Example

White with #855D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855D53; }

 p { color: rgb(133,93,83); }

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

background-color css

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

 a { background-color: rgb(133,93,83); }

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

border-color css

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

 span { border-color: rgb(133,93,83); }

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