Html Css Color HEX #855A4C Spicy Mix

📋 copy color: '#855A4C'

red 133 ◦ green 90 ◦ blue 76

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

Shades of Spicy Mix #855A4C

Tints of Spicy Mix #855A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.1%

 BLUE value IS 76 (30.08% from 255) = 25.42%

R = 44.48%
G = 30.1%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#855A4C (or 0x855A4C) is known color: Spicy Mix. HEX triplet: 85, 5A and 4C. RGB value is (133,90,76). Sum of RGB (Red+Green+Blue) = 133+90+76=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #855A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A4C is #7AA5B3. Grayscale: #656565. Windows color (decimal): -8037812 or 5003909. OLE color: 5003909.

HSL color Cylindrical-coordinate representation of color #855A4C: hue angle of 14.74º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #855A4C is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 90 76 -
CMYK 0 0.32 0.43 0.48
HSL 14.74º 0.27% 0.41% -
HSV(B) 14.74º 0.43% 0.52% -
XYZ 14.63 12.82 8.54 -
YUV 101.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 133 90 76 0 0.32 0.43 0.48 14.74 0.27 0.41
Hex 85 5A 4C 0 20 2B 30 F 1B 29
Octal 205 132 114 0 40 53 60 17 33 51
Binary 10000101 1011010 1001100 0 100000 101011 110000 1111 11011 101001

Color Harmonies of #855A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A4C

Black with #855A4C

Text Example


Text Example

White with #855A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,90,76); }

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

background-color css

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

 a { background-color: rgb(133,90,76); }

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

border-color css

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

 span { border-color: rgb(133,90,76); }

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