Html Css Color HEX #856255 Spicy Mix

📋 copy color: '#856255'

red 133 ◦ green 98 ◦ blue 85

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

Shades of Spicy Mix #856255

Tints of Spicy Mix #856255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

 BLUE value IS 85 (33.59% from 255) = 26.9%

R = 42.09%
G = 31.01%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#856255 (or 0x856255) is known color: Spicy Mix. HEX triplet: 85, 62 and 55. RGB value is (133,98,85). Sum of RGB (Red+Green+Blue) = 133+98+85=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #856255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856255 is #7A9DAA. Grayscale: #6B6B6B. Windows color (decimal): -8035755 or 5595781. OLE color: 5595781.

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

Color convert

RGB 133 98 85 -
CMYK 0 0.26 0.36 0.48
HSL 16.25º 0.22% 0.43% -
HSV(B) 16.25º 0.36% 0.52% -
XYZ 15.68 14.38 10.54 -
YUV 106.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 133 98 85 0 0.26 0.36 0.48 16.25 0.22 0.43
Hex 85 62 55 0 1A 24 30 10 16 2B
Octal 205 142 125 0 32 44 60 20 26 53
Binary 10000101 1100010 1010101 0 11010 100100 110000 10000 10110 101011

Color Harmonies of #856255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856255

Black with #856255

Text Example


Text Example

White with #856255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856255; }

 p { color: rgb(133,98,85); }

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

background-color css

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

 a { background-color: rgb(133,98,85); }

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

border-color css

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

 span { border-color: rgb(133,98,85); }

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