Html Css Color HEX #855E52 Spicy Mix

📋 copy color: '#855E52'

red 133 ◦ green 94 ◦ blue 82

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

Shades of Spicy Mix #855E52

Tints of Spicy Mix #855E52

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 82 (32.42% from 255) = 26.54%

R = 43.04%
G = 30.42%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#855E52 (or 0x855E52) is known color: Spicy Mix. HEX triplet: 85, 5E and 52. RGB value is (133,94,82). Sum of RGB (Red+Green+Blue) = 133+94+82=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #855E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E52 is #7AA1AD. Grayscale: #686868. Windows color (decimal): -8036782 or 5398149. OLE color: 5398149.

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

Color convert

RGB 133 94 82 -
CMYK 0 0.29 0.38 0.48
HSL 14.12º 0.24% 0.42% -
HSV(B) 14.12º 0.38% 0.52% -
XYZ 15.2 13.6 9.81 -
YUV 104.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 133 94 82 0 0.29 0.38 0.48 14.12 0.24 0.42
Hex 85 5E 52 0 1D 26 30 E 18 2A
Octal 205 136 122 0 35 46 60 16 30 52
Binary 10000101 1011110 1010010 0 11101 100110 110000 1110 11000 101010

Color Harmonies of #855E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E52

Black with #855E52

Text Example


Text Example

White with #855E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,94,82); }

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

background-color css

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

 a { background-color: rgb(133,94,82); }

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

border-color css

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

 span { border-color: rgb(133,94,82); }

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