Html Css Color HEX #855B58 Rose Taupe

📋 copy color: '#855B58'

red 133 ◦ green 91 ◦ blue 88

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

Shades of Rose Taupe #855B58

Tints of Rose Taupe #855B58

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.17%

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

R = 42.63%
G = 29.17%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#855B58 (or 0x855B58) is known color: Rose Taupe. HEX triplet: 85, 5B and 58. RGB value is (133,91,88). Sum of RGB (Red+Green+Blue) = 133+91+88=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #855B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B58 is #7AA4A7. Grayscale: #676767. Windows color (decimal): -8037544 or 5790597. OLE color: 5790597.

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

Color convert

RGB 133 91 88 -
CMYK 0 0.32 0.34 0.48
HSL 0.2% 0.43% -
HSV(B) 0.34% 0.52% -
XYZ 15.18 13.17 10.98 -
YUV 103.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 133 91 88 0 0.32 0.34 0.48 4 0.2 0.43
Hex 85 5B 58 0 20 22 30 4 14 2B
Octal 205 133 130 0 40 42 60 4 24 53
Binary 10000101 1011011 1011000 0 100000 100010 110000 100 10100 101011

Color Harmonies of #855B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B58

Black with #855B58

Text Example


Text Example

White with #855B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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