Html Css Color HEX #875C5B Rose Taupe

📋 copy color: '#875C5B'

red 135 ◦ green 92 ◦ blue 91

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

Shades of Rose Taupe #875C5B

Tints of Rose Taupe #875C5B

RGB

 RED value IS 135 (53.13% from 255) = 42.45%

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

 BLUE value IS 91 (35.94% from 255) = 28.62%

R = 42.45%
G = 28.93%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#875C5B (or 0x875C5B) is known color: Rose Taupe. HEX triplet: 87, 5C and 5B. RGB value is (135,92,91). Sum of RGB (Red+Green+Blue) = 135+92+91=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #875C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C5B is #78A3A4. Grayscale: #686868. Windows color (decimal): -7906213 or 5987463. OLE color: 5987463.

HSL color Cylindrical-coordinate representation of color #875C5B: hue angle of 1.36º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875C5B is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 92 91 -
CMYK 0 0.32 0.33 0.47
HSL 1.36º 0.19% 0.44% -
HSV(B) 1.36º 0.33% 0.53% -
XYZ 15.71 13.56 11.69 -
YUV 104.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 135 92 91 0 0.32 0.33 0.47 1.36 0.19 0.44
Hex 87 5C 5B 0 20 21 2F 1 13 2C
Octal 207 134 133 0 40 41 57 1 23 54
Binary 10000111 1011100 1011011 0 100000 100001 101111 1 10011 101100

Color Harmonies of #875C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C5B

Black with #875C5B

Text Example


Text Example

White with #875C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875C5B; }

 p { color: rgb(135,92,91); }

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

background-color css

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

 a { background-color: rgb(135,92,91); }

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

border-color css

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

 span { border-color: rgb(135,92,91); }

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