Html Css Color HEX #885F58 Pharlap

📋 copy color: '#885F58'

red 136 ◦ green 95 ◦ blue 88

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

Shades of Pharlap #885F58

Tints of Pharlap #885F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.78%

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

R = 42.63%
G = 29.78%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#885F58 (or 0x885F58) is known color: Pharlap. HEX triplet: 88, 5F and 58. RGB value is (136,95,88). Sum of RGB (Red+Green+Blue) = 136+95+88=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #885F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F58 is #77A0A7. Grayscale: #6A6A6A. Windows color (decimal): -7839912 or 5791624. OLE color: 5791624.

HSL color Cylindrical-coordinate representation of color #885F58: hue angle of 8.75º 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 #885F58 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 95 88 -
CMYK 0 0.30 0.35 0.47
HSL 8.75º 0.21% 0.44% -
HSV(B) 8.75º 0.35% 0.53% -
XYZ 16.01 14.12 11.11 -
YUV 106.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 136 95 88 0 0.30 0.35 0.47 8.75 0.21 0.44
Hex 88 5F 58 0 1E 23 2F 9 15 2C
Octal 210 137 130 0 36 43 57 11 25 54
Binary 10001000 1011111 1011000 0 11110 100011 101111 1001 10101 101100

Color Harmonies of #885F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F58

Black with #885F58

Text Example


Text Example

White with #885F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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