Html Css Color HEX #845D59 Pharlap

📋 copy color: '#845D59'

red 132 ◦ green 93 ◦ blue 89

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

Shades of Pharlap #845D59

Tints of Pharlap #845D59

RGB

 RED value IS 132 (51.95% from 255) = 42.04%

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

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

R = 42.04%
G = 29.62%
B = 28.34%

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

#845D59 (or 0x845D59) is known color: Pharlap. HEX triplet: 84, 5D and 59. RGB value is (132,93,89). Sum of RGB (Red+Green+Blue) = 132+93+89=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #845D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D59 is #7BA2A6. Grayscale: #686868. Windows color (decimal): -8102567 or 5856644. OLE color: 5856644.

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

Color convert

RGB 132 93 89 -
CMYK 0 0.30 0.33 0.48
HSL 5.58º 0.19% 0.43% -
HSV(B) 5.58º 0.33% 0.52% -
XYZ 15.23 13.46 11.25 -
YUV 104.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 132 93 89 0 0.30 0.33 0.48 5.58 0.19 0.43
Hex 84 5D 59 0 1E 21 30 6 13 2B
Octal 204 135 131 0 36 41 60 6 23 53
Binary 10000100 1011101 1011001 0 11110 100001 110000 110 10011 101011

Color Harmonies of #845D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D59

Black with #845D59

Text Example


Text Example

White with #845D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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