Html Css Color HEX #855958 Rose Taupe

📋 copy color: '#855958'

red 133 ◦ green 89 ◦ blue 88

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

Shades of Rose Taupe #855958

Tints of Rose Taupe #855958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

 BLUE value IS 88 (34.77% from 255) = 28.39%

R = 42.9%
G = 28.71%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#855958 (or 0x855958) is known color: Rose Taupe. HEX triplet: 85, 59 and 58. RGB value is (133,89,88). Sum of RGB (Red+Green+Blue) = 133+89+88=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #855958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855958 is #7AA6A7. Grayscale: #666666. Windows color (decimal): -8038056 or 5790085. OLE color: 5790085.

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

Color convert

RGB 133 89 88 -
CMYK 0 0.33 0.34 0.48
HSL 1.33º 0.2% 0.43% -
HSV(B) 1.33º 0.34% 0.52% -
XYZ 15.01 12.84 10.92 -
YUV 102.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 133 89 88 0 0.33 0.34 0.48 1.33 0.2 0.43
Hex 85 59 58 0 21 22 30 1 14 2B
Octal 205 131 130 0 41 42 60 1 24 53
Binary 10000101 1011001 1011000 0 100001 100010 110000 1 10100 101011

Color Harmonies of #855958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855958

Black with #855958

Text Example


Text Example

White with #855958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855958; }

 p { color: rgb(133,89,88); }

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

background-color css

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

 a { background-color: rgb(133,89,88); }

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

border-color css

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

 span { border-color: rgb(133,89,88); }

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