Html Css Color HEX #855C59 Rose Taupe

📋 copy color: '#855C59'

red 133 ◦ green 92 ◦ blue 89

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

Shades of Rose Taupe #855C59

Tints of Rose Taupe #855C59

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.3%

 BLUE value IS 89 (35.16% from 255) = 28.34%

R = 42.36%
G = 29.3%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#855C59 (or 0x855C59) is known color: Rose Taupe. HEX triplet: 85, 5C and 59. RGB value is (133,92,89). Sum of RGB (Red+Green+Blue) = 133+92+89=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #855C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C59 is #7AA3A6. Grayscale: #676767. Windows color (decimal): -8037287 or 5856389. OLE color: 5856389.

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

Color convert

RGB 133 92 89 -
CMYK 0 0.31 0.33 0.48
HSL 4.09º 0.2% 0.44% -
HSV(B) 4.09º 0.33% 0.52% -
XYZ 15.3 13.36 11.22 -
YUV 103.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 133 92 89 0 0.31 0.33 0.48 4.09 0.2 0.44
Hex 85 5C 59 0 1F 21 30 4 14 2C
Octal 205 134 131 0 37 41 60 4 24 54
Binary 10000101 1011100 1011001 0 11111 100001 110000 100 10100 101100

Color Harmonies of #855C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C59

Black with #855C59

Text Example


Text Example

White with #855C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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