Html Css Color HEX #855F51 Spicy Mix

📋 copy color: '#855F51'

red 133 ◦ green 95 ◦ blue 81

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

Shades of Spicy Mix #855F51

Tints of Spicy Mix #855F51

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.74%

 BLUE value IS 81 (32.03% from 255) = 26.21%

R = 43.04%
G = 30.74%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#855F51 (or 0x855F51) is known color: Spicy Mix. HEX triplet: 85, 5F and 51. RGB value is (133,95,81). Sum of RGB (Red+Green+Blue) = 133+95+81=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #855F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F51 is #7AA0AE. Grayscale: #686868. Windows color (decimal): -8036527 or 5332869. OLE color: 5332869.

HSL color Cylindrical-coordinate representation of color #855F51: hue angle of 16.15º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855F51 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 95 81 -
CMYK 0 0.29 0.39 0.48
HSL 16.15º 0.24% 0.42% -
HSV(B) 16.15º 0.39% 0.52% -
XYZ 15.25 13.77 9.64 -
YUV 104.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 133 95 81 0 0.29 0.39 0.48 16.15 0.24 0.42
Hex 85 5F 51 0 1D 27 30 10 18 2A
Octal 205 137 121 0 35 47 60 20 30 52
Binary 10000101 1011111 1010001 0 11101 100111 110000 10000 11000 101010

Color Harmonies of #855F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F51

Black with #855F51

Text Example


Text Example

White with #855F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,95,81); }

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

background-color css

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

 a { background-color: rgb(133,95,81); }

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

border-color css

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

 span { border-color: rgb(133,95,81); }

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