Html Css Color HEX #85645F Pharlap

📋 copy color: '#85645F'

red 133 ◦ green 100 ◦ blue 95

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

Shades of Pharlap #85645F

Tints of Pharlap #85645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

 BLUE value IS 95 (37.5% from 255) = 28.96%

R = 40.55%
G = 30.49%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85645F (or 0x85645F) is known color: Pharlap. HEX triplet: 85, 64 and 5F. RGB value is (133,100,95). Sum of RGB (Red+Green+Blue) = 133+100+95=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85645F is #7A9BA0. Grayscale: #6D6D6D. Windows color (decimal): -8035233 or 6251653. OLE color: 6251653.

HSL color Cylindrical-coordinate representation of color #85645F: hue angle of 7.89º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85645F is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 95 -
CMYK 0 0.25 0.29 0.48
HSL 7.89º 0.17% 0.45% -
HSV(B) 7.89º 0.29% 0.52% -
XYZ 16.3 14.93 12.85 -
YUV 109.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 133 100 95 0 0.25 0.29 0.48 7.89 0.17 0.45
Hex 85 64 5F 0 19 1D 30 8 11 2D
Octal 205 144 137 0 31 35 60 10 21 55
Binary 10000101 1100100 1011111 0 11001 11101 110000 1000 10001 101101

Color Harmonies of #85645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85645F

Black with #85645F

Text Example


Text Example

White with #85645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85645F; }

 p { color: rgb(133,100,95); }

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

background-color css

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

 a { background-color: rgb(133,100,95); }

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

border-color css

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

 span { border-color: rgb(133,100,95); }

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