Html Css Color HEX #856054 Spicy Mix

📋 copy color: '#856054'

red 133 ◦ green 96 ◦ blue 84

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

Shades of Spicy Mix #856054

Tints of Spicy Mix #856054

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

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

R = 42.49%
G = 30.67%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#856054 (or 0x856054) is known color: Spicy Mix. HEX triplet: 85, 60 and 54. RGB value is (133,96,84). Sum of RGB (Red+Green+Blue) = 133+96+84=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #856054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856054 is #7A9FAB. Grayscale: #696969. Windows color (decimal): -8036268 or 5529733. OLE color: 5529733.

HSL color Cylindrical-coordinate representation of color #856054: hue angle of 14.69º 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 #856054 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 84 -
CMYK 0 0.28 0.37 0.48
HSL 14.69º 0.23% 0.43% -
HSV(B) 14.69º 0.37% 0.52% -
XYZ 15.46 13.99 10.27 -
YUV 105.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 133 96 84 0 0.28 0.37 0.48 14.69 0.23 0.43
Hex 85 60 54 0 1C 25 30 F 17 2B
Octal 205 140 124 0 34 45 60 17 27 53
Binary 10000101 1100000 1010100 0 11100 100101 110000 1111 10111 101011

Color Harmonies of #856054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856054

Black with #856054

Text Example


Text Example

White with #856054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856054; }

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

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

background-color css

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

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

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

border-color css

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

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

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