Html Css Color HEX #855D59 Pharlap

📋 copy color: '#855D59'

red 133 ◦ green 93 ◦ blue 89

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

Shades of Pharlap #855D59

Tints of Pharlap #855D59

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.52%

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

R = 42.22%
G = 29.52%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#855D59 (or 0x855D59) is known color: Pharlap. HEX triplet: 85, 5D and 59. RGB value is (133,93,89). Sum of RGB (Red+Green+Blue) = 133+93+89=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #855D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D59 is #7AA2A6. Grayscale: #686868. Windows color (decimal): -8037031 or 5856645. OLE color: 5856645.

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

Color convert

RGB 133 93 89 -
CMYK 0 0.30 0.33 0.48
HSL 5.45º 0.2% 0.44% -
HSV(B) 5.45º 0.33% 0.52% -
XYZ 15.39 13.54 11.25 -
YUV 104.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 133 93 89 0 0.30 0.33 0.48 5.45 0.2 0.44
Hex 85 5D 59 0 1E 21 30 5 14 2C
Octal 205 135 131 0 36 41 60 5 24 54
Binary 10000101 1011101 1011001 0 11110 100001 110000 101 10100 101100

Color Harmonies of #855D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D59

Black with #855D59

Text Example


Text Example

White with #855D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,93,89); }

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

background-color css

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

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

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

border-color css

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

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

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