Html Css Color HEX #855F54 Spicy Mix

📋 copy color: '#855F54'

red 133 ◦ green 95 ◦ blue 84

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

Shades of Spicy Mix #855F54

Tints of Spicy Mix #855F54

RGB

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

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

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

R = 42.63%
G = 30.45%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#855F54 (or 0x855F54) is known color: Spicy Mix. HEX triplet: 85, 5F and 54. RGB value is (133,95,84). Sum of RGB (Red+Green+Blue) = 133+95+84=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #855F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F54 is #7AA0AB. Grayscale: #696969. Windows color (decimal): -8036524 or 5529477. OLE color: 5529477.

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

Color convert

RGB 133 95 84 -
CMYK 0 0.29 0.37 0.48
HSL 13.47º 0.23% 0.43% -
HSV(B) 13.47º 0.37% 0.52% -
XYZ 15.37 13.81 10.24 -
YUV 105.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 133 95 84 0 0.29 0.37 0.48 13.47 0.23 0.43
Hex 85 5F 54 0 1D 25 30 D 17 2B
Octal 205 137 124 0 35 45 60 15 27 53
Binary 10000101 1011111 1010100 0 11101 100101 110000 1101 10111 101011

Color Harmonies of #855F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F54

Black with #855F54

Text Example


Text Example

White with #855F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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