Html Css Color HEX #845B57 Rose Taupe

📋 copy color: '#845B57'

red 132 ◦ green 91 ◦ blue 87

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

Shades of Rose Taupe #845B57

Tints of Rose Taupe #845B57

RGB

 RED value IS 132 (51.95% from 255) = 42.58%

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

 BLUE value IS 87 (34.38% from 255) = 28.06%

R = 42.58%
G = 29.35%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#845B57 (or 0x845B57) is known color: Rose Taupe. HEX triplet: 84, 5B and 57. RGB value is (132,91,87). Sum of RGB (Red+Green+Blue) = 132+91+87=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #845B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845B57 is #7BA4A8. Grayscale: #666666. Windows color (decimal): -8103081 or 5725060. OLE color: 5725060.

HSL color Cylindrical-coordinate representation of color #845B57: hue angle of 5.33º degrees, saturation: 0.21, 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 #845B57 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 91 87 -
CMYK 0 0.31 0.34 0.48
HSL 5.33º 0.21% 0.43% -
HSV(B) 5.33º 0.34% 0.52% -
XYZ 14.98 13.08 10.75 -
YUV 102.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 132 91 87 0 0.31 0.34 0.48 5.33 0.21 0.43
Hex 84 5B 57 0 1F 22 30 5 15 2B
Octal 204 133 127 0 37 42 60 5 25 53
Binary 10000100 1011011 1010111 0 11111 100010 110000 101 10101 101011

Color Harmonies of #845B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845B57

Black with #845B57

Text Example


Text Example

White with #845B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845B57; }

 p { color: rgb(132,91,87); }

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

background-color css

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

 a { background-color: rgb(132,91,87); }

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

border-color css

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

 span { border-color: rgb(132,91,87); }

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