Html Css Color HEX #855C52 Spicy Mix

📋 copy color: '#855C52'

red 133 ◦ green 92 ◦ blue 82

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

Shades of Spicy Mix #855C52

Tints of Spicy Mix #855C52

RGB

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

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

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

R = 43.32%
G = 29.97%
B = 26.71%

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

#855C52 (or 0x855C52) is known color: Spicy Mix. HEX triplet: 85, 5C and 52. RGB value is (133,92,82). Sum of RGB (Red+Green+Blue) = 133+92+82=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #855C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C52 is #7AA3AD. Grayscale: #676767. Windows color (decimal): -8037294 or 5397637. OLE color: 5397637.

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

Color convert

RGB 133 92 82 -
CMYK 0 0.31 0.38 0.48
HSL 11.76º 0.24% 0.42% -
HSV(B) 11.76º 0.38% 0.52% -
XYZ 15.02 13.25 9.75 -
YUV 103.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 133 92 82 0 0.31 0.38 0.48 11.76 0.24 0.42
Hex 85 5C 52 0 1F 26 30 C 18 2A
Octal 205 134 122 0 37 46 60 14 30 52
Binary 10000101 1011100 1010010 0 11111 100110 110000 1100 11000 101010

Color Harmonies of #855C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C52

Black with #855C52

Text Example


Text Example

White with #855C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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