Html Css Color HEX #845959 Rose Taupe

📋 copy color: '#845959'

red 132 ◦ green 89 ◦ blue 89

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

Shades of Rose Taupe #845959

Tints of Rose Taupe #845959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

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

R = 42.58%
G = 28.71%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#845959 (or 0x845959) is known color: Rose Taupe. HEX triplet: 84, 59 and 59. RGB value is (132,89,89). Sum of RGB (Red+Green+Blue) = 132+89+89=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #845959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845959 is #7BA6A6. Grayscale: #656565. Windows color (decimal): -8103591 or 5855620. OLE color: 5855620.

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

Color convert

RGB 132 89 89 -
CMYK 0 0.33 0.33 0.48
HSL 0.19% 0.43% -
HSV(B) 0.33% 0.52% -
XYZ 14.89 12.77 11.13 -
YUV 101.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 132 89 89 0 0.33 0.33 0.48 0 0.19 0.43
Hex 84 59 59 0 21 21 30 0 13 2B
Octal 204 131 131 0 41 41 60 0 23 53
Binary 10000100 1011001 1011001 0 100001 100001 110000 0 10011 101011

Color Harmonies of #845959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845959

Black with #845959

Text Example


Text Example

White with #845959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845959; }

 p { color: rgb(132,89,89); }

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

background-color css

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

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

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

border-color css

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

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

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