Html Css Color HEX #855C48 Spicy Mix

📋 copy color: '#855C48'

red 133 ◦ green 92 ◦ blue 72

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

Shades of Spicy Mix #855C48

Tints of Spicy Mix #855C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.24%

R = 44.78%
G = 30.98%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#855C48 (or 0x855C48) is known color: Spicy Mix. HEX triplet: 85, 5C and 48. RGB value is (133,92,72). Sum of RGB (Red+Green+Blue) = 133+92+72=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #855C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C48 is #7AA3B7. Grayscale: #666666. Windows color (decimal): -8037304 or 4742277. OLE color: 4742277.

HSL color Cylindrical-coordinate representation of color #855C48: hue angle of 19.67º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #855C48 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 92 72 -
CMYK 0 0.31 0.46 0.48
HSL 19.67º 0.3% 0.4% -
HSV(B) 19.67º 0.46% 0.52% -
XYZ 14.67 13.11 7.89 -
YUV 101.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 133 92 72 0 0.31 0.46 0.48 19.67 0.3 0.4
Hex 85 5C 48 0 1F 2E 30 14 1E 28
Octal 205 134 110 0 37 56 60 24 36 50
Binary 10000101 1011100 1001000 0 11111 101110 110000 10100 11110 101000

Color Harmonies of #855C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C48

Black with #855C48

Text Example


Text Example

White with #855C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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