Html Css Color HEX #855E58 Pharlap

📋 copy color: '#855E58'

red 133 ◦ green 94 ◦ blue 88

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

Shades of Pharlap #855E58

Tints of Pharlap #855E58

RGB

 RED value IS 133 (52.34% from 255) = 42.22%

 GREEN value IS 94 (37.11% from 255) = 29.84%

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

R = 42.22%
G = 29.84%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#855E58 (or 0x855E58) is known color: Pharlap. HEX triplet: 85, 5E and 58. RGB value is (133,94,88). Sum of RGB (Red+Green+Blue) = 133+94+88=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #855E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E58 is #7AA1A7. Grayscale: #696969. Windows color (decimal): -8036776 or 5791365. OLE color: 5791365.

HSL color Cylindrical-coordinate representation of color #855E58: hue angle of 8º degrees, saturation: 0.2, 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 #855E58 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 94 88 -
CMYK 0 0.29 0.34 0.48
HSL 0.2% 0.43% -
HSV(B) 0.34% 0.52% -
XYZ 15.44 13.7 11.06 -
YUV 104.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 133 94 88 0 0.29 0.34 0.48 8 0.2 0.43
Hex 85 5E 58 0 1D 22 30 8 14 2B
Octal 205 136 130 0 35 42 60 10 24 53
Binary 10000101 1011110 1011000 0 11101 100010 110000 1000 10100 101011

Color Harmonies of #855E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E58

Black with #855E58

Text Example


Text Example

White with #855E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855E58; }

 p { color: rgb(133,94,88); }

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

background-color css

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

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

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

border-color css

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

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

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