Html Css Color HEX #856454 Spicy Mix

📋 copy color: '#856454'

red 133 ◦ green 100 ◦ blue 84

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

Shades of Spicy Mix #856454

Tints of Spicy Mix #856454

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.55%

 BLUE value IS 84 (33.2% from 255) = 26.5%

R = 41.96%
G = 31.55%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#856454 (or 0x856454) is known color: Spicy Mix. HEX triplet: 85, 64 and 54. RGB value is (133,100,84). Sum of RGB (Red+Green+Blue) = 133+100+84=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #856454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856454 is #7A9BAB. Grayscale: #6C6C6C. Windows color (decimal): -8035244 or 5530757. OLE color: 5530757.

HSL color Cylindrical-coordinate representation of color #856454: hue angle of 19.59º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #856454 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 84 -
CMYK 0 0.25 0.37 0.48
HSL 19.59º 0.23% 0.43% -
HSV(B) 19.59º 0.37% 0.52% -
XYZ 15.83 14.74 10.4 -
YUV 108.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 133 100 84 0 0.25 0.37 0.48 19.59 0.23 0.43
Hex 85 64 54 0 19 25 30 14 17 2B
Octal 205 144 124 0 31 45 60 24 27 53
Binary 10000101 1100100 1010100 0 11001 100101 110000 10100 10111 101011

Color Harmonies of #856454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856454

Black with #856454

Text Example


Text Example

White with #856454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856454; }

 p { color: rgb(133,100,84); }

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

background-color css

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

 a { background-color: rgb(133,100,84); }

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

border-color css

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

 span { border-color: rgb(133,100,84); }

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