Html Css Color HEX #875C56 Rose Taupe

📋 copy color: '#875C56'

red 135 ◦ green 92 ◦ blue 86

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

Shades of Rose Taupe #875C56

Tints of Rose Taupe #875C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.48%

R = 43.13%
G = 29.39%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#875C56 (or 0x875C56) is known color: Rose Taupe. HEX triplet: 87, 5C and 56. RGB value is (135,92,86). Sum of RGB (Red+Green+Blue) = 135+92+86=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #875C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C56 is #78A3A9. Grayscale: #686868. Windows color (decimal): -7906218 or 5659783. OLE color: 5659783.

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

Color convert

RGB 135 92 86 -
CMYK 0 0.32 0.36 0.47
HSL 7.35º 0.22% 0.43% -
HSV(B) 7.35º 0.36% 0.53% -
XYZ 15.5 13.48 10.59 -
YUV 104.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 135 92 86 0 0.32 0.36 0.47 7.35 0.22 0.43
Hex 87 5C 56 0 20 24 2F 7 16 2B
Octal 207 134 126 0 40 44 57 7 26 53
Binary 10000111 1011100 1010110 0 100000 100100 101111 111 10110 101011

Color Harmonies of #875C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C56

Black with #875C56

Text Example


Text Example

White with #875C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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