Html Css Color HEX #855C53 Spicy Mix

📋 copy color: '#855C53'

red 133 ◦ green 92 ◦ blue 83

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

Shades of Spicy Mix #855C53

Tints of Spicy Mix #855C53

RGB

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

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

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

R = 43.18%
G = 29.87%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#855C53 (or 0x855C53) is known color: Spicy Mix. HEX triplet: 85, 5C and 53. RGB value is (133,92,83). Sum of RGB (Red+Green+Blue) = 133+92+83=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #855C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C53 is #7AA3AC. Grayscale: #676767. Windows color (decimal): -8037293 or 5463173. OLE color: 5463173.

HSL color Cylindrical-coordinate representation of color #855C53: hue angle of 10.8º 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 #855C53 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 92 83 -
CMYK 0 0.31 0.38 0.48
HSL 10.8º 0.23% 0.42% -
HSV(B) 10.8º 0.38% 0.52% -
XYZ 15.06 13.27 9.95 -
YUV 103.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 133 92 83 0 0.31 0.38 0.48 10.8 0.23 0.42
Hex 85 5C 53 0 1F 26 30 B 17 2A
Octal 205 134 123 0 37 46 60 13 27 52
Binary 10000101 1011100 1010011 0 11111 100110 110000 1011 10111 101010

Color Harmonies of #855C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C53

Black with #855C53

Text Example


Text Example

White with #855C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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