Html Css Color HEX #856059 Pharlap

📋 copy color: '#856059'

red 133 ◦ green 96 ◦ blue 89

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

Shades of Pharlap #856059

Tints of Pharlap #856059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.19%

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

R = 41.82%
G = 30.19%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#856059 (or 0x856059) is known color: Pharlap. HEX triplet: 85, 60 and 59. RGB value is (133,96,89). Sum of RGB (Red+Green+Blue) = 133+96+89=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #856059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856059 is #7A9FA6. Grayscale: #6A6A6A. Windows color (decimal): -8036263 or 5857413. OLE color: 5857413.

HSL color Cylindrical-coordinate representation of color #856059: hue angle of 9.55º 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 #856059 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 89 -
CMYK 0 0.28 0.33 0.48
HSL 9.55º 0.2% 0.44% -
HSV(B) 9.55º 0.33% 0.52% -
XYZ 15.66 14.07 11.34 -
YUV 106.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 133 96 89 0 0.28 0.33 0.48 9.55 0.2 0.44
Hex 85 60 59 0 1C 21 30 A 14 2C
Octal 205 140 131 0 34 41 60 12 24 54
Binary 10000101 1100000 1011001 0 11100 100001 110000 1010 10100 101100

Color Harmonies of #856059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856059

Black with #856059

Text Example


Text Example

White with #856059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856059; }

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

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

background-color css

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

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

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

border-color css

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

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

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