Html Css Color HEX #85645E Pharlap

📋 copy color: '#85645E'

red 133 ◦ green 100 ◦ blue 94

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

Shades of Pharlap #85645E

Tints of Pharlap #85645E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 40.67%
G = 30.58%
B = 28.75%

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

#85645E (or 0x85645E) is known color: Pharlap. HEX triplet: 85, 64 and 5E. RGB value is (133,100,94). Sum of RGB (Red+Green+Blue) = 133+100+94=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85645E is #7A9BA1. Grayscale: #6D6D6D. Windows color (decimal): -8035234 or 6186117. OLE color: 6186117.

HSL color Cylindrical-coordinate representation of color #85645E: hue angle of 9.23º 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 #85645E is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 94 -
CMYK 0 0.25 0.29 0.48
HSL 9.23º 0.17% 0.45% -
HSV(B) 9.23º 0.29% 0.52% -
XYZ 16.25 14.91 12.61 -
YUV 109.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 133 100 94 0 0.25 0.29 0.48 9.23 0.17 0.45
Hex 85 64 5E 0 19 1D 30 9 11 2D
Octal 205 144 136 0 31 35 60 11 21 55
Binary 10000101 1100100 1011110 0 11001 11101 110000 1001 10001 101101

Color Harmonies of #85645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85645E

Black with #85645E

Text Example


Text Example

White with #85645E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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