Html Css Color HEX #855A47 Spicy Mix

📋 copy color: '#855A47'

red 133 ◦ green 90 ◦ blue 71

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

Shades of Spicy Mix #855A47

Tints of Spicy Mix #855A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.15%

R = 45.24%
G = 30.61%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#855A47 (or 0x855A47) is known color: Spicy Mix. HEX triplet: 85, 5A and 47. RGB value is (133,90,71). Sum of RGB (Red+Green+Blue) = 133+90+71=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #855A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A47 is #7AA5B8. Grayscale: #646464. Windows color (decimal): -8037817 or 4676229. OLE color: 4676229.

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

Color convert

RGB 133 90 71 -
CMYK 0 0.32 0.47 0.48
HSL 18.39º 0.3% 0.4% -
HSV(B) 18.39º 0.47% 0.52% -
XYZ 14.47 12.75 7.66 -
YUV 100.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 133 90 71 0 0.32 0.47 0.48 18.39 0.3 0.4
Hex 85 5A 47 0 20 2F 30 12 1E 28
Octal 205 132 107 0 40 57 60 22 36 50
Binary 10000101 1011010 1000111 0 100000 101111 110000 10010 11110 101000

Color Harmonies of #855A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A47

Black with #855A47

Text Example


Text Example

White with #855A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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