Html Css Color HEX #885858 Rose Taupe

📋 copy color: '#885858'

red 136 ◦ green 88 ◦ blue 88

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

Shades of Rose Taupe #885858

Tints of Rose Taupe #885858

RGB

 RED value IS 136 (53.52% from 255) = 43.59%

 GREEN value IS 88 (34.77% from 255) = 28.21%

 BLUE value IS 88 (34.77% from 255) = 28.21%

R = 43.59%
G = 28.21%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#885858 (or 0x885858) is known color: Rose Taupe. HEX triplet: 88, 58 and 58. RGB value is (136,88,88). Sum of RGB (Red+Green+Blue) = 136+88+88=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #885858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885858 is #77A7A7. Grayscale: #666666. Windows color (decimal): -7841704 or 5789832. OLE color: 5789832.

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

Color convert

RGB 136 88 88 -
CMYK 0 0.35 0.35 0.47
HSL 0.21% 0.44% -
HSV(B) 0.35% 0.53% -
XYZ 15.4 12.92 10.91 -
YUV 102.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 136 88 88 0 0.35 0.35 0.47 0 0.21 0.44
Hex 88 58 58 0 23 23 2F 0 15 2C
Octal 210 130 130 0 43 43 57 0 25 54
Binary 10001000 1011000 1011000 0 100011 100011 101111 0 10101 101100

Color Harmonies of #885858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885858

Black with #885858

Text Example


Text Example

White with #885858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885858; }

 p { color: rgb(136,88,88); }

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

background-color css

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

 a { background-color: rgb(136,88,88); }

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

border-color css

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

 span { border-color: rgb(136,88,88); }

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