Html Css Color HEX #855D4E Spicy Mix

📋 copy color: '#855D4E'

red 133 ◦ green 93 ◦ blue 78

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

Shades of Spicy Mix #855D4E

Tints of Spicy Mix #855D4E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.59%

 BLUE value IS 78 (30.86% from 255) = 25.66%

R = 43.75%
G = 30.59%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#855D4E (or 0x855D4E) is known color: Spicy Mix. HEX triplet: 85, 5D and 4E. RGB value is (133,93,78). Sum of RGB (Red+Green+Blue) = 133+93+78=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #855D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D4E is #7AA2B1. Grayscale: #676767. Windows color (decimal): -8037042 or 5135749. OLE color: 5135749.

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

Color convert

RGB 133 93 78 -
CMYK 0 0.30 0.41 0.48
HSL 16.36º 0.26% 0.41% -
HSV(B) 16.36º 0.41% 0.52% -
XYZ 14.96 13.37 9 -
YUV 103.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 133 93 78 0 0.30 0.41 0.48 16.36 0.26 0.41
Hex 85 5D 4E 0 1E 29 30 10 1A 29
Octal 205 135 116 0 36 51 60 20 32 51
Binary 10000101 1011101 1001110 0 11110 101001 110000 10000 11010 101001

Color Harmonies of #855D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D4E

Black with #855D4E

Text Example


Text Example

White with #855D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,93,78); }

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

background-color css

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

 a { background-color: rgb(133,93,78); }

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

border-color css

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

 span { border-color: rgb(133,93,78); }

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